Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasgreiner/adblocker-history
A visualization of the history of ad blocking software
https://github.com/thomasgreiner/adblocker-history
adblock history ublock
Last synced: about 1 month ago
JSON representation
A visualization of the history of ad blocking software
- Host: GitHub
- URL: https://github.com/thomasgreiner/adblocker-history
- Owner: ThomasGreiner
- Created: 2014-12-08T21:28:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T09:34:10.000Z (6 months ago)
- Last Synced: 2024-07-17T11:52:41.546Z (6 months ago)
- Topics: adblock, history, ublock
- Language: JavaScript
- Homepage: https://www.greinr.com/static/eyeo/adblocker-history.svg
- Size: 225 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# History of Adblockers
![SVG showing history of adblockers][svg]
## Update sources
- [adblock](http://code.getadblock.com/releases/)
- [adblockplus](https://adblockplus.org/releases/)
- [adguard](https://github.com/AdguardTeam/AdguardBrowserExtension/releases/)
- [privacybadger](https://github.com/EFForg/privacybadger/releases)
- [ublockllc](https://github.com/uBlock-LLC/uBlock/releases)
- [ublockorigin](https://github.com/gorhill/uBlock/releases)## Generate SVG
Requires [Node.js][node] 6.0 or higher and [npm][npm]. Install dependencies using `npm install` before running any of the scripts.
### export.js
Creates `res/adblocker-history.svg`.
### server.js
Launches web server on port 8080.
[node]: https://nodejs.org/
[npm]: https://www.npmjs.com/
[svg]: res/adblocker-history.svg