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.3 2024-12-08

< Google Hit Hider by Domain (Search Filter / Block Sites) 피드백

질문/댓글

§
작성: 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

Jefferson Scher개발자
§
작성: 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.

Jefferson Scher개발자
§
작성: 2019-03-25

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

댓글 남기기

댓글을 남기려면 로그인하세요.