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

Block unwanted sites from your Google, DuckDuckGo, Startpage.com, Bing and Yahoo search results. v2.2.8 2023-07-19

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

Question/comment

§
Posted: 2017-10-05

Google Image Search

Should this userscript be able to hide results on Google image search? If so, it doesn't seem to for me.

§
Posted: 2017-10-05

Yes, it should work. When you load image results, your existing block list should be applied. Regular block items are faded, Perma-ban items are hidden. When you click a result and display it on the large black panel, if you want to block it, use the GHHbD button at the right end of the set of buttons.

If you do not see any of that, perhaps you have a different layout. Can you reply with a sample URL of your image results page?

§
Posted: 2018-01-19

It broke for me when i switched to Violentmonkey on FF57. Is it still broken for anyone else?

§
Posted: 2018-01-19

Seems the button layout on the large black panel has changed, so the script no longer finds the spot to add the GHHbD button.

This is not pretty, but you could edit line 362:

Current:

var buttondivs = el.querySelectorAll('.irc_butc:not([ghhresult])');

Revised:

var buttondivs = el.querySelectorAll('.irc_butc:not([ghhresult]), .irc_but_r:not([ghhresult])');

I'll try to do a real update over the weekend.

§
Posted: 2018-01-20

This should be fixed in version 1.9.2. Thanks for bringing it to my attention.

Post reply

Sign in to post a reply.