mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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 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