Block or Highlight Search Engine Results 的评价
Block or Highlight Search Engine Results 作者: pistom
10 条评价
- 评分 4 / 5来自 Firefox 用户 18659682, 1 年前I was wary looking through the needed permissions for this extension so an independent review of how that data is used would be welcome but it does exactly what it says on the tin. I put in fandom.com and block in the settings and it blocked all fandom.com search results from showing up in DuckDuckGo just like it says it will.
- 评分 4 / 5来自 Firefox 用户 14516243, 2 年前I've been using this for several years with Google Search, and it was initially very effective in blocking unwanted results. For some time now, it has failed to block "sponsored" results, which may be a drawback it can't overcome--and so I've become accustomed to ignoring the top handful. Today I discovered a new wrinkle. Sadly, some sites have evidently strong-armed Google into ignoring my wish never to be reminded of them, specifically Amazon and Goodreads, an Amazon subsidiary. This add-on has therefore become much less useful to me. I would be happy to support it financially if it were more robust.
- 评分 4 / 5来自 Firefox 用户 17102579, 3 年前
- 评分 4 / 5来自 Undisplayable Name, 5 年前https://github.com/pistom/hohser/issues/84
browser.storage.sync.get('domainsList').then(s => {
browser.storage.sync.set({domainsList: s.domainsList.filter(d => d.domainName)});
});
Uncaught (in promise) Error: QuotaExceededError: storage.sync API call exceeded its quota limitations. 开发者回应
发布于 6 年前Thank you for your feedback. It would be complicate to do it for the extension. I'll probably make a dedicated add-on for this.- 评分 4 / 5来自 survivor303, 6 年前Only problem is that, the search results dosnt disappear from the search results when using the quick buttons (without refresh the search). Perhaps it needs do lots more to add this feature but if it can be done, please do :) Anyways it is great and must have tool.
*Added github issue.开发者回应
发布于 6 年前Hello Janne, Thanks for your comment.
Normally, if you click the button it should hide the result immediately. Could you please add an issue here: https://github.com/pistom/hohser/issues ? Please add some details about your browser version and OS. If you can, try to disable other add-ons you use and let me know ✌️ 🙂