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

< 脚本 Google Hit Hider by Domain (Search Filter / Block Sites) 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2025-07-13

It doesn't work properly on duckduckgo.

The "block" button only appears in one out of 5-10 pages (re)load. Also, hidden hosts are not hidden when the button doesn't appear.

§
发布于:2025-07-18

I have fixed the issue on my system by doing this:

encapsulate the whole code inside


var inited;
function init() {
if (inited++) return;

[... your code here ...]

}

if (document.readyState != 'loading') init();
else {
document.addEventListener('DOMContentLoaded', init);
window.addEventListener('load', init);
}


And set the userscript to run at document-start

§
发布于:2025-07-21

I wasn't able to replicate the problem on Firefox or Chrome.

Your solution implies that in some situations, the current script might be running too early, or is missing changes to the page after it runs (some kind of observer failure). I don't use DDG regularly, so hopefully we can get some more clues from other users about when the problem occurs.

§
发布于:2025-07-28

Yes, Its' clearly a race condition.
Maybe also caused by the version of the userscript manager. I have seen differences in the past between the "monkeys".

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址