1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Merge branch 'master' of github.com:gorhill/uBlock

This commit is contained in:
Raymond Hill 2018-04-10 08:08:36 -04:00
commit 6bbd892dd3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -65,6 +65,10 @@
content = patchScriptlet(content, args);
if ( !content ) { return; }
}
content =
'try {\n' +
content + '\n' +
'} catch ( e ) { }';
scriptletCache.add(raw, content);
}
toInject.set(raw, content);