Skip to content
Permalink
Browse files
Add nowoif alias for window.open-defuser scriptlet
Related upstream change:
- gorhill/uBlock@6259f88
  • Loading branch information
JustOff committed Jul 4, 2020
1 parent 3524cbc commit 9f972e0dd28627aaa57439b094143d63dac6674c
Showing with 3 additions and 1 deletion.
  1. +2 −0 src/js/assets.js
  2. +1 −1 src/js/start.js
@@ -341,6 +341,8 @@ api.fetchFilterList.legacy = {
'(nostif)': '(no-setTimeout-if.js)',
'(window.open-defuser,': '(window.open-defuser.js,',
'(window.open-defuser)': '(window.open-defuser.js)',
'(nowoif,': '(window.open-defuser.js,',
'(nowoif)': '(window.open-defuser.js)',
'(json-prune,': '(json-prune.js,',
'(json-prune)': '(json-prune.js)',
'(set,': '(set-constant.js,',
@@ -139,7 +139,7 @@ var onVersionReady = function(lastVersion) {
µb.assets.purge('ublock-resources');

// Force updating all filters due to filter syntax converter update.
if ( vAPI.app.compareVersions(lastVersion, "1.16.4.20") <= 0 ) {
if ( vAPI.app.compareVersions(lastVersion, "1.16.4.21") <= 0 ) {
µb.assets.purge(/./, 'public_suffix_list.dat');
}

0 comments on commit 9f972e0

Please sign in to comment.