1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2023-06-01 08:56:42 -04:00
parent 569465b393
commit cb9a91d43c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -147,7 +147,7 @@ const isolatedWorldInjector = (( ) => {
// Manually substitute noop function with scriptlet wrapper
// function, so as to not suffer instances of special
// replacement characters `$`,`\` when using String.replace()
// with in scriptlet code.
// with scriptlet code.
const match = /function\(\)\{\}/.exec(code);
return code.slice(0, match.index) +
scriptlets +