Block or Highlight Search Engine Results 的评价
Block or Highlight Search Engine Results 作者: pistom
78 条评价
- 评分 5 / 5来自 Firefox 用户 13838950, 4 年前Interessant pour supprimer les resultat de recherche dans google, par exemple pour supprimer amazon de vos recherches. Fonctionne diablement bien.
- 评分 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. - 评分 3 / 5来自 orangedeal, 5 年前After prolonged use, I can’t access the extension settings - when I click on the three bars in the top left, an empty window pops out. This happens on two different PCs. As a result, I can’t access the settings and I can’t save the list of my sites. During use, I already had two problems, due to which I lost all of my entries :( Until the extension has the sane ability to save data, I see no reason to use it!
开发者回应
发布于 5 年前Please report the bug here: https://github.com/pistom/hohser/issues with details.
You can also try to install one of previous versions of the extension to see if it's an update that cause the problem.
https://addons.mozilla.org/en-US/firefox/addon/hohser/versions/
First you will have to remove the extension from Firefox but your domain list won't be removed.
Also this post may help: https://github.com/pistom/hohser/issues/84#issuecomment-510168920 开发者回应
发布于 5 年前Please report the bug here: https://github.com/pistom/hohser/issues with details.
You can also try to install one of previous versions of extension to see if it's an update that cause the problem.
https://addons.mozilla.org/en-US/firefox/addon/hohser/versions/- 评分 5 / 5来自 Fredisland, 5 年前Absolutely GREAT... But only 3 colors ???? Waiting for the possibility to chose more colors.
- 评分 5 / 5来自 Firefox 用户 15457915, 5 年前
开发者回应
发布于 5 年前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.- 评分 5 / 5来自 Firefox 用户 15283546, 6 年前
- 评分 5 / 5来自 Firefox 用户 12423104, 6 年前
- 评分 5 / 5来自 Firefox 用户 15267771, 6 年前I love a well made extension like this. Great idea, and it works really well. Really wonderful work.
开发者回应
发布于 6 年前Thank you for the review. Thank you for the review. Feel free to suggest your ideas of enhancement if you have any (https://github.com/pistom/hohser/issues) ✌️ - Отличное расширение!!! Всегда мечтал о таком. Автор просто гений! Не хватает только keyboard shortcut для вызова окна. Спасибо!
keyboard shortcut- я имел в виду сочетание клавиш например Ctrl+Shift+1 и так далее. Но разбираясь в расширении я понял, что нет необходимости в keyboard shortcut, так как и без него удобно пользоваться. Автор всё предусмотрел. Может быть только еще добавить один цвет например: зелёный в палитру.开发者回应
发布于 6 年前Hello. Thank you for your comment. It's a very good idea to add a shortcut to the extension popup. I'll implement it in the next minor version of the extension. I've created a new issue here: https://github.com/pistom/hohser/issues/87 so you can add a comment and propose some specific shortcut if you want. - 评分 5 / 5来自 Firefox 用户 12908796, 6 年前
- 评分 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 ✌️ 🙂 - 评分 5 / 5来自 jonlandrum, 6 年前Does precisely what it says on the tin. I'm a developer, and results from w3schools tend to clutter the factual data in SERPs. I was able to easily hide the entire domain, and more importantly, highlight results from Stack Overflow and MDN. Talk about going above and beyond!
开发者回应
发布于 6 年前Thank you for your comment. If you have any suggestion for improvement the extension, let me know on the project page.