Google Hit Hider by Domain (Search Filter / Block Sites)

Block unwanted sites from your Google, DuckDuckGo, Startpage.com, Bing and Yahoo search results. v2.3.5 2025-03-21

< Commentaires sur Google Hit Hider by Domain (Search Filter / Block Sites)

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 2014-07-08
Édité le: 2014-07-08

You need to change google urls

You wrote like this
// @include http*://www.google.TLD/*
// @include http*://news.google.TLD/*
// @include http*://images.google.TLD/*
// @include http*://video.google.TLD/*
// @include http*://encrypted.google.TLD/*

But you need to change it like this
// @include http*://www.google.*/*
// @include http*://news.google.*/*
// @include http*://images.google.*/*
// @include http*://video.google.*/*
// @include http*://encrypted.google.*/*

Otherwise it doesn't work.

Thanks

§
Posté le: 2014-07-08

Hi Deeppit, the "magic" .TLD extension works well in Greasemonkey for Google sites globally.

In Tampermonkey, some Google TLDs may not be be recognized. In that case, you can add a user include. This is what I mean:

(1) Copy this to the clipboard for easy pasting/editing:

http*://www.google.com.hk/*

Change hk to the relevant country code. Or you could use the asterisk pattern here if you prefer (I have not tested that).

(2) Open Tampkermonkey Options and display the list of scripts

(3) Click "Google Hit Hider by Domain" to open the Editor

(4) Click the Settings tab

(5) Below the empty User includes box, click the Add button, then paste the URL pattern and edit as needed, then click OK.

See also: http://userscripts.org:8080/topics/124933

§
Posté le: 2014-07-08

Or I might change the script at some point, but I need to study the implications of using * in the domain.

I'm curious what Google site isn't working for you?

§
Posté le: 2014-07-18

Hi Deeppit, I updated the script today. Thank you for your suggestion.

Poster une réponse

Connectez-vous pour poster une réponse.

长期地址
遇到问题?请前往 GitHub 提 Issues。