Block unwanted sites from your Google, DuckDuckGo, Startpage.com, Bing and Yahoo search results. v2.3.5 2025-03-21
< Feedback on Google Hit Hider by Domain (Search Filter / Block Sites)
It can not work from page 2 when I installed Autopager script. But I wrote some codes in it, so it worked. The codes(any position):
let timer = null; let lastY = window.scrollY; window.addEventListener('scroll', () => { const currentY = window.scrollY; const isDown = currentY > lastY; lastY = currentY; isDown && !timer && (timer = setTimeout(() => { GHHbDinit(); timer = null; }, 1000)); });
جاۋاب قايتۇرۇش ئۈچۈن كىرىش.
It can not work from page 2 when I installed Autopager script. But I wrote some codes in it, so it worked. The codes(any position):