mirror of https://github.com/gorhill/uBlock.git
Update scriptlet-filtering.js (#3696)
This commit is contained in:
parent
00cb02ec47
commit
60751044fe
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue