mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Comment
This commit is contained in:
parent
bb41d9594f
commit
3d60d1bde4
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
// Start of injected code
|
// Start of code to inject
|
||||||
const uBOL_$scriptletName$ = function() {
|
const uBOL_$scriptletName$ = function() {
|
||||||
|
|
||||||
const scriptletGlobals = new Map(); // jshint ignore: line
|
const scriptletGlobals = new Map(); // jshint ignore: line
|
||||||
|
@ -122,7 +122,7 @@ argsList.length = 0;
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
};
|
};
|
||||||
// End of injected code
|
// End of code to inject
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue