Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 9f972e0

Browse files
committed
Add nowoif alias for window.open-defuser scriptlet
Related upstream change: - gorhill/uBlock@6259f88
1 parent 3524cbc commit 9f972e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/js/assets.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ api.fetchFilterList.legacy = {
341341
'(nostif)': '(no-setTimeout-if.js)',
342342
'(window.open-defuser,': '(window.open-defuser.js,',
343343
'(window.open-defuser)': '(window.open-defuser.js)',
344+
'(nowoif,': '(window.open-defuser.js,',
345+
'(nowoif)': '(window.open-defuser.js)',
344346
'(json-prune,': '(json-prune.js,',
345347
'(json-prune)': '(json-prune.js)',
346348
'(set,': '(set-constant.js,',

src/js/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var onVersionReady = function(lastVersion) {
139139
µb.assets.purge('ublock-resources');
140140

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

0 commit comments

Comments
 (0)