4

uBlacklist – Block specific sites from appearing in Google search results

 1 year ago
source link: https://github.com/iorate/ublacklist
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

uBlacklist

Blocks specific sites from appearing in Google search results

Chrome Web Store / Firefox Add-ons / App Store (for macOS and iOS, thanks to Group-Leafy)

Description

This extension prevents the sites you specify from appearing in Google search results.

You can add rules on search result pages, or on sites to be blocked by clicking the toolbar icon. Rules can be specified either by match patterns (e.g. *://*.example.com/*) or by regular expressions (e.g. /example\.(net|org)/).

You can synchronize rulesets across devices via cloud storage. At the moment, Google Drive and Dropbox are supported.

You can also subscribe to public rulesets. Some subscriptions are listed on the website: https://iorate.github.io/ublacklist/subscriptions

Supported search engines

This extension is available in the below search engines.

Web Images Videos News
Google heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
Google (iOS) heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
Bing heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
Bing (iOS) heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
DuckDuckGo heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
DuckDuckGo (iOS) heavy_check_mark heavy_check_mark heavy_check_mark heavy_check_mark
Ecosia heavy_check_mark
Ecosia (iOS) heavy_check_mark
Qwant heavy_check_mark heavy_check_mark *1 heavy_check_mark
Qwant (iOS) heavy_check_mark heavy_check_mark *1 heavy_check_mark
Startpage heavy_check_mark heavy_check_mark heavy_check_mark
Startpage (iOS) heavy_check_mark heavy_check_mark heavy_check_mark
Yahoo! JAPAN heavy_check_mark

*1 Works only if you turn off "Always play videos on Qwant.com"

For subscription providers

To publish a ruleset as a subscription, place a ruleset file encoded in UTF-8 on a suitable HTTP(S) server, and publish the URL. Here is an example hosted on GitHub:
https://raw.githubusercontent.com/iorate/ublacklist-example-subscription/master/uBlacklist.txt

In uBlacklist >=6.6.0 for Chrome, subscription links are available. To add a subscription with name and url, the following URL can be used as a shortcut to the options page:

https://iorate.github.io/ublacklist/subscribe?name={urlEncode(name)}&url={urlEncode(url)}

For the above example:
https://iorate.github.io/ublacklist/subscribe?name=Example&url=https%3A%2F%2Fraw.githubusercontent.com%2Fiorate%2Fublacklist-example-subscription%2Fmaster%2FuBlacklist.txt

For developers

Build

To build this extension, Node.js and Yarn are required.

git clone https://github.com/iorate/uBlacklist.git

cd uBlacklist

yarn

# yarn build <browser:=chrome> <mode:=development> <typecheck:=notypecheck>
yarn build firefox production

Before opening a pull request, you should make sure that yarn lint, yarn test, and yarn build-all pass.

yarn lint
# Some lint errors can be fixed automatically
# yarn fix

yarn test

yarn build-all

NOTE: The API keys and secrets for the sync feature are not included in this repository. To develop the sync feature, set your own API keys and secrets in the .env file.

DROPBOX_API_KEY=...
DROPBOX_API_SECRET=...
GOOGLE_DRIVE_API_KEY=...
GOOGLE_DRIVE_API_SECRET=...

Locale

To add a locale,

  1. Determine an ISO language code such as en referring to kLanguageInfoTable.
  2. Copy src/locales/en.json.ts to src/locales/${languageCode}.json.ts and translate entries.
  3. Open src/scripts/dayjs-locales.ts and import the dayjs locale.
  4. To localize description and screenshots on web stores, create web-store-assets/${languageCode}/ and add files.
    • Screenshot localization is available only on Chrome Web Store.
    • Screenshots should be 1280x800.

Author

iorate (Twitter)

License

uBlacklist is licensed under MIT License.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK