mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-26 13:01:25 +02:00
Fix sanitizer.
--HG-- branch : testing
This commit is contained in:
@@ -19,6 +19,7 @@ const Sanitizer = Module("sanitizer", {
|
||||
init: function () {
|
||||
const self = this;
|
||||
liberator.loadScript("chrome://browser/content/sanitize.js", Sanitizer);
|
||||
Sanitizer.getClearRange = Sanitizer.Sanitizer.getClearRange;
|
||||
this.__proto__.__proto__ = new Sanitizer.Sanitizer; // Good enough.
|
||||
|
||||
// TODO: remove this version test
|
||||
|
||||
Reference in New Issue
Block a user