mirror of https://github.com/gorhill/uBlock.git
this fixes fuckadblock
This commit is contained in:
parent
1365d150db
commit
fee66b0094
|
@ -5,7 +5,7 @@
|
|||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
d6f734c851d5077bd545d0fa39e8bb8d assets/ublock/experimental.txt
|
||||
4e1ab9845d9fc92cd3f6f22e5e878b0f assets/ublock/resources.txt
|
||||
771999096fecd114ef959c4169e7e3f5 assets/ublock/resources.txt
|
||||
6c9d89c5dc6db345de36c8c966fff575 assets/ublock/filter-lists.json
|
||||
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||
|
|
|
@ -54,6 +54,7 @@ var L = (function(){
|
|||
})();
|
||||
|
||||
|
||||
# fuckadblock defuser
|
||||
fuckadblock.js-3.2.0 application/javascript
|
||||
(function() {
|
||||
var noopfn = function() {
|
||||
|
@ -66,6 +67,7 @@ fuckadblock.js-3.2.0 application/javascript
|
|||
Fab.prototype.emitEvent = noopfn;
|
||||
Fab.prototype.on = function(a, b) {
|
||||
if ( !a ) { b(); }
|
||||
return this;
|
||||
};
|
||||
Fab.prototype.onDetected = function() {
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue