- Google
- all domains listed in https://www.google.com/supported_domains
- desktop, mobile
- Bing
- Yahoo!
- Yahoo! Japan
- DuckDuckGo
block rule candidates
- Install Tampermonkey on your browser
- Click this URL to install script.
# this is comment
foo.example.com
# also blocks foo.example.com
example.com
# block if 'foobar' appears in title
$intitle('foobar')
# mixed
example.com$intitle('foobar')
python tools/tampermonkey.py header > platforms/tampermonkey/header.js
python tools/tampermonkey.py matches > platforms/chrome/matches.json
npm run build
python tools/tampermonkey.py wrapper --path dist/search-blocker.user.js > platforms/tampermonkey/wrapper.user.js