ContextSearch web-ext 的评价
ContextSearch web-ext 作者: Mike B
175 条评价
开发者回应
发布于 2 年前(edit) That bug has been found and will be fixed in the next release
The save bug is known and may have been addressed in a recent version. I know it's been a persistent annoyance.
As for the transparency, you should be able to set that yourself using CS Options -> General -> User Styles. Use CSS selectors to apply opacity levels to the menu. If you need help, open an issue at the github site.- 评分 5 / 5来自 Alwaysliumx, 2 年前
- Love this add-on and use it all the time, but as of today 16-May-2023 (same date as last updated), it no longer works. Clicking on the icon in the overflow toolbar does nothing. I hope this can be fixed soon.
Edit: Thank you for responding. I've reported the issue on Github, as requested. I'm happy to try debugging advice (I'm in Australia, so probably a time difference).
Edit 2: Well I thought I'd fixed it by uninstalling and reinstalling it, but when I logged into my laptop today, it wasn't working again.开发者回应
发布于 2 年前I wonder if something went wrong during the update. If reloading the browser didn't fix the problem, please open a new issue at the support site here.
https://github.com/ssborbis/ContextSearch-web-ext/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
There, I can better help troubleshoot and check for any problems. You can also edit your reply here and I'll try to talk you through some debugging. - 评分 5 / 5来自 Firefox 用户 13667925, 2 年前
- 评分 5 / 5来自 Firefox 用户 17780547, 3 年前
开发者回应
发布于 2 年前Sorry for the late reply. If you're still having issues, please edit your review and elaborate or visit the github support site and I'd be happy to look into the problem.- 评分 5 / 5来自 Gridlocked, 3 年前This actually works with any website that has a search bar - as far as I can tell.
IMO this is far better than any other 'context' search extension as all the rest are limited. - What happened to the domain search engine, it just disappeared into thin air and disappears again if I import an older backup??? Hope this can be resolved because I use it quit often.
I do really love this highly adjustable search bubble, thank you for that!
PS I figured it out, had to add a new engine with:
https://www.google.com/search?q=site:{subdomain} {searchTerms}开发者回应
发布于 3 年前(edit #4) 1.46.3 going up. If this doesn't solve the problem, please consider opening a new issue at the support site.
(edit #3) One more issue to fix. The engine disappears after you move it.
(edit #2) 1.46.2 going up. You can replace {subdomain} with {selectdomain} and get the tiled menus to display choices again.
(edit) I'm seeing the problem. I'll get a hotfix up soon. Thanks for the heads up
I'd be interested in trying your old config to see the engine disappear so I can correct that bug. If you you have a github account, open a new issue at the support site and I'll look into it. - 评分 5 / 5来自 Firefox 用户 14086121, 3 年前
- 评分 5 / 5来自 asg aesgasgea sg, 3 年前By far the most important extension. Would switch browsers for an addon like this. Not only that but the guy is awesome and very responsive on his github.
- 评分 5 / 5来自 Hassanjwr6, 3 年前
- 评分 5 / 5来自 RACHEL SALZMAN, 3 年前
开发者回应
发布于 3 年前Thanks. I've found the problem based on the links you provided.
The clipboard API requires a secure HTTPS website to function. The first link you provided uses HTTPS on the main page, but not on the results page. I assume it's the same issue you're having on your local server ( no https ).
I've added some fallback code that seems to work, but the function is long depreciated, and may stop working at some point. Fixes will be in the next release.