This repository was archived by the owner on Sep 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 44
44
"group" : " ads" ,
45
45
"homeURL" : " https://easylist-downloads.adblockplus.org/easylist.txt"
46
46
},
47
+ "easylist-downloads.adblockplus.org/exceptionrules.txt" : {
48
+ "off" : true ,
49
+ "title" : " Acceptable Ads" ,
50
+ "group" : " ads" ,
51
+ "homeURL" : " https://easylist-downloads.adblockplus.org/exceptionrules.txt"
52
+ },
47
53
"abp-filters-anti-cv/english.txt" : {
48
54
"title" : " ABP Anti-Circumvention Filter List" ,
49
55
"group" : " ads" ,
86
92
"homeURL" : " https://easylist-downloads.adblockplus.org/easylistitaly.txt"
87
93
},
88
94
"easylist-downloads.adblockplus.org/easyprivacy.txt" : {
95
+ "off" : true ,
89
96
"title" : " EasyPrivacy" ,
90
97
"group" : " privacy" ,
91
98
"homeURL" : " https://easylist-downloads.adblockplus.org/easyprivacy.txt"
169
176
"homeURL" : " "
170
177
},
171
178
"mirror1.malwaredomains.com/files/justdomains" : {
179
+ "off" : true ,
172
180
"title" : " Malware domains" ,
173
181
"group" : " malware" ,
174
182
"homeURL" : " https://mirror1.malwaredomains.com/files/justdomains"
294
302
"homeURL" : " "
295
303
},
296
304
"www.malwaredomainlist.com/hostslist/hosts.txt" : {
305
+ "off" : true ,
297
306
"title" : " Malware Domain List" ,
298
307
"group" : " malware" ,
299
308
"homeURL" : " http://www.malwaredomainlist.com/hostslist/hosts.txt"
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
4
4
"name" : " uBlock" ,
5
- "version" : " 0.9.5.13 " ,
5
+ "version" : " 0.9.5.14 " ,
6
6
7
7
"default_locale" : " en" ,
8
8
"description" : " __MSG_extShortDesc__" ,
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ return {
91
91
92
92
// read-only
93
93
systemSettings : {
94
- compiledMagic : 'eopszukpnabe ' ,
95
- selfieMagic : 'menhiasrxabe '
94
+ compiledMagic : 'eopszukpsabe ' ,
95
+ selfieMagic : 'menhiasrsabe '
96
96
} ,
97
97
restoreBackupSettings : {
98
98
lastRestoreFile : '' ,
@@ -147,7 +147,8 @@ return {
147
147
148
148
// so that I don't have to care for last comma
149
149
dummy : 0 ,
150
- turnOffAA : true
150
+ turnOffAA : true ,
151
+ versionUpdateTo13 : false
151
152
} ;
152
153
153
154
/******************************************************************************/
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ var onInstalled = function() {
206
206
var onVersionRead = function ( store ) {
207
207
208
208
var lastVersion = store . extensionLastVersion || '0.0.0.0' ;
209
-
209
+
210
210
var firstInstall = lastVersion === '0.0.0.0' ;
211
211
212
212
var onDataReceived = function ( data ) {
@@ -220,6 +220,9 @@ var onInstalled = function() {
220
220
}
221
221
222
222
if ( ! firstInstall ) {
223
+ if ( lastVersion == "0.9.5.12" || ( lastVersion == "0.9.5.13" && vAPI . browserInfo . flavor == "Firefox" ) ) {
224
+ µb . versionUpdateTo13 = true ;
225
+ }
223
226
return ;
224
227
} else {
225
228
µb . turnOffAA = false ;
Original file line number Diff line number Diff line change 192
192
µBlock . getAvailableLists = function ( callback ) {
193
193
var availableLists = { } ;
194
194
var relocationMap = { } ;
195
-
195
+ var locationOfAA = 'assets/thirdparties/easylist-downloads.adblockplus.org/exceptionrules.txt' ;
196
196
var fixLocation = function ( location ) {
197
197
// https://github.com/uBlockAdmin/uBlock/issues/418
198
198
// We now support built-in external filter lists
206
206
var onSelectedListsLoaded = function ( store ) {
207
207
var µb = µBlock ;
208
208
var lists = store . remoteBlacklists ;
209
+ if ( lists . hasOwnProperty ( locationOfAA ) && µb . versionUpdateTo13 ) {
210
+ delete lists [ locationOfAA ] ;
211
+ }
209
212
var locations = Object . keys ( lists ) ;
210
213
var location , availableEntry , storedEntry ;
211
214
var off ;
273
276
}
274
277
availableLists [ location ] = entry ;
275
278
}
276
- let locationOfAA = 'assets/thirdparties/easylist-downloads.adblockplus.org/exceptionrules.txt' ;
277
279
if ( availableLists . hasOwnProperty ( locationOfAA ) !== false ) {
278
280
availableLists [ locationOfAA ] . off = µb . turnOffAA ;
279
281
}
You can’t perform that action at this time.
TMZ Celebrity News – Breaking Stories, Videos & Gossip
Looking for the latest TMZ celebrity news ? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
🎥 Watch TMZ Live
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.
Exclusive TMZ interviews and court updates
Viral celebrity videos and candid photos
Trending gossip and entertainment news
0 commit comments