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: 2019-01-18

Bug: Import fails for items whose first component is a single-character

Hello, import fails (red background) for certain items, in doImport() if (dom.lastIndexOf(".") < dom.length-2 && dom.indexOf(".") > 1){

Examples: |4.domain.tld:p |t.co:p

§
Posted: 2019-01-21

@mchubby said: Hello, import fails (red background) for certain items, in doImport() if (dom.lastIndexOf(".") < dom.length-2 && dom.indexOf(".") > 1){

Hi mchubby, I wonder if that was a typo and I meant

if (dom.lastIndexOf(".") < dom.length-2 && dom.indexOf(".") > 0){

It might be hard to reconstruct my original thinking at this point.

I can't post an update at the moment, but I'll keep this tab open for future reference.

§
Posted: 2019-03-25

I made this change in 2.0.4. Please advise of any ongoing issues.

Post reply

Sign in to post a reply.