shosatojp / search-blocker

A tampermonkey user script, which blocks Google, Bing, Yahoo and DuckDuckGo search results you don't want to see.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Blocker

Supported Sites

Features

block rule candidates

Get Started

  1. Install Tampermonkey on your browser
  2. Click this URL to install script.

Rule Syntax

# 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')

Development

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

About

A tampermonkey user script, which blocks Google, Bing, Yahoo and DuckDuckGo search results you don't want to see.

License:MIT License


Languages

Language:TypeScript 83.7%Language:JavaScript 12.5%Language:Python 2.2%Language:Makefile 0.8%Language:Dockerfile 0.7%