1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00
This commit is contained in:
Raymond Hill 2023-08-11 17:55:29 -04:00
parent bb41d9594f
commit 3d60d1bde4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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
/******************************************************************************/