Greasy Fork is available in English.

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.1 2024-05-11

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

Câu hỏi/Bình luận

§
Posted: 04-06-2021

Does this script support mobile ver of Google?

Jefferson ScherTác giả
§
Posted: 12-06-2021

Hi there, I suspect there are important layout differences that would break the script, but I have not tested it. I am not sure how I would test it?

§
Posted: 13-06-2021

Hi there, I suspect there are important layout differences that would break the script, but I have not tested it. I am not sure how I would test it?

See https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly/. You can install Tampermonkey on Firefox Nightly for Android.

For debugging, maybe you can use "Remote debugging via USB" of Firefox?

I tried installing your script, and it works normally on desktop ver of Google, but not the mobile ver. I can't find "Manage Hiding" and "block".

I also noticed that it works perfectly on Bing, both mobile ver and desktop ver.

(Sorry for my poor English)

§
Posted: 23-01-2022

Hi there, I suspect there are important layout differences that would break the script, but I have not tested it. I am not sure how I would test it?

Firefox has a built in emulator for mobile browsing. It's somewhere under dev tools.

§
Posted: 12-03-2022

The script does work after a fashion on Android mobile. I've used it on both Yandex Browser and Kiwi Browser. However the positioning of the popup obscures half of the buttons.

The situation is slightly better in landscape mode; the buttons are just about usable. But it looks like there's some absolute positioning going on, that is pushing the popup off the screen, on mobile.

[Love this script, by the way. Can you make a version for Hacker News!]

Jefferson ScherTác giả
§
Posted: 12-03-2022
Edited: 12-03-2022

The script does work after a fashion on Android mobile. I've used it on both Yandex Browser and Kiwi Browser. However the positioning of the popup obscures half of the buttons.

The situation is slightly better in landscape mode; the buttons are just about usable. But it looks like there's some absolute positioning going on, that is pushing the popup off the screen, on mobile.

I'm not very adventurous with mobile browsing; a desktop person myself.

I assume your browsers are requesting a desktop layout?

You are correct about the positioning: the script places the panel just to the right of block button, which of course varies from one result title to the next, but on the desktop layout, there has always been space due to the wasted space on the right side.

I might need to have alternate styling for a narrower device screen, if that's easy to detect.

Until then, can you use the option at the bottom of the Options panel: "Edit Custom Style Rules"?

If so, you can override the positioning back toward the left with this:

#ghhtemp { left: 10px !important; }

Post reply

Đăng nhập để bình luận