Skip to content

Checks whether resource is blocked on the website πŸ™…β€β™€οΈ

Notifications You must be signed in to change notification settings

ktitaro/adblock-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AdBlock Checker

Checks whether resource is blocked on the website by one of the most popular adblockers.

Most popular adblockers

How to run locally

Download most recent versions of adblockers extensions:

You should then unzip your downloads and move them to the extensions folder. By default that folder already contains archives of the most recent versions adblockers to the date, but they're moving fast and most likely you'll need to refresh them. If for some reason you don't want to refresh adblockers to latest version, just unpack the archives in the extensions folder.

$ yarn install
$ yarn start --help # information about utility
$ yarn start -w https://www.amiunique.org/ -r https://analytics.amiunique.org/matomo.js

When running first time, extensions will be installed. Unfortunately, you won't have a real data when program running first time. To get a real data, you need to run the program once again after installation πŸ€·β€β™‚οΈ

# Example of an output
{
  "adblock": {
    "total": 1,
    "blocked": 0
  },
  "adblockplus": {
    "total": 1,
    "blocked": 0
  },
  "uBlock": {
    "total": 1,
    "blocked": 1
  }

About

Checks whether resource is blocked on the website πŸ™…β€β™€οΈ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published