Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mechazawa/BlockBlockAdBlock
Blocks the https://BlockAdBlock.com script [DEPRECATED]
https://github.com/Mechazawa/BlockBlockAdBlock
Last synced: 18 days ago
JSON representation
Blocks the https://BlockAdBlock.com script [DEPRECATED]
- Host: GitHub
- URL: https://github.com/Mechazawa/BlockBlockAdBlock
- Owner: Mechazawa
- License: unlicense
- Archived: true
- Created: 2016-08-14T22:47:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T00:47:28.000Z (about 8 years ago)
- Last Synced: 2024-08-01T02:28:53.384Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 93
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BlockBlockAdBlock
=================This simple userscript will block BlockAdBlock from running. Just install it using [Tampermonkey][tampermonkey]
(chrome) or [Greasemonkey][greasemonkey] (Firefox) by clicking [here][raw]. You can try it out on
[the BlockAdblock website][blockadblock]. [It's kinda like a trace buster buster][tracebusterbuster].Also check out [FuckFuckAdBlock][FuckFuckAdBlock].
## Unreliable in chrome and safari
This is due to the fact that the `.toSource()` method in those browsers is terrible and they should be ashamed. Instead
I'm using a method that is not as reliable.## This script will only counter [BlockAdBlock.js][blockadblock] and is not a general purpose anti-anti-adblocker
[blockadblock]: https://blockadblock.com
[tracebusterbuster]: http://www.youtube.com/watch?v=Iw3G80bplTg
[tampermonkey]: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[greasemonkey]: https://addons.mozilla.org/nl/firefox/addon/greasemonkey/
[raw]: https://github.com/Mechazawa/BlockBlockAdBlock/raw/master/blockblockadblock.user.js
[fuckfuckadblock]: https://github.com/Mechazawa/FuckFuckAdBlock