mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Cleanup require system
This commit is contained in:
parent
11b8ddfcc8
commit
574efa23e7
35 changed files with 45 additions and 67 deletions
|
@ -1,7 +1,7 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
(function(){
|
||||
(function(require){
|
||||
"use strict";
|
||||
|
||||
const settings = require("./settings");
|
||||
|
@ -171,4 +171,4 @@
|
|||
});
|
||||
|
||||
interceptWindow(window);
|
||||
}());
|
||||
}(require));
|
Loading…
Add table
Add a link
Reference in a new issue