mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Direct access to exportFunction in intercept.js
This commit is contained in:
parent
a2fa00fb98
commit
dc98a92e8f
2 changed files with 2 additions and 7 deletions
|
@ -8,8 +8,7 @@
|
|||
const {utils: Cu} = Components;
|
||||
const COMMONJS_URI = "resource://gre/modules/commonjs";
|
||||
const {require} = Cu.import(COMMONJS_URI + "/toolkit/require.js", {});
|
||||
const {intercept, setExportFunction} = require("../lib/intercept.js");
|
||||
setExportFunction(Cu.exportFunction);
|
||||
const {intercept} = require("../lib/intercept.js");
|
||||
const {ask} = require("../lib/askForPermission.js");
|
||||
|
||||
// Variable to "unload" the script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue