FoxReplace 的评价
FoxReplace 作者: Marc
135 条评价
- 评分 4 / 5来自 SonicAnatidae, 2 年前This is a very simple application. It mostly does what I needed. To simply replace every instance of WORD with OTHERWORD, while viewing/reading web pages. Well done.
Suggestions for future updates.
1. Allow more than 1 word to be replaced, although, this may be possible already, and I'm simply ignorant of the ability/syntax (ie. comma separated, etc)
2. When I toggle Reader mode, the app does not replace the text within the web page. Having the same functionality in reader mode, would be useful and a common use case, I believe.
Thanks! - 评分 5 / 5来自 cpt-nemo78602, 2 年前
- 评分 5 / 5来自 Firefox 用户 15766654, 2 年前
- 'Potentially' the best add-on since Ublock Origin.
Now I can read pages in English, as opposed to the Universal State of Ambiguity that's rapidly replacing it!
Unfortunately, it's messing-up script-related (js) content.
Eg, Changing text/formatting colours, preventing js-related images, videos, etc. from rendering.
Finding more wrong with it as time goes by. It's becoming more annoying than the cause of the problems I installed it to remedy.
We could also do with the option to exclude specific domains.
Some clear and concise usage instruction would also be a welcomed addition.
Once the developer has finished the plug-in and fixed all the outstanding faults, I will compile a downloadable list to enable automatic US-American to English translation.
Due to the above issues, I have downgraded it to 3 until further improvements are made.
:-(开发者回应
发布于 3 年前You can exclude domains if you add an hyphen before the URL in the group. E.g. if you add the URL "-example.com", then the domain "example.com" will be excluded. - 评分 4 / 5来自 Alexander A., 3 年前Great add-on!
I wish there was an application of substitutions on page change. The number of websites that don't reload pages is growing (YouTube, Amazon, etc.), so it's becoming a nuisance.
Also, dark theme would be highly appreciated. - 评分 5 / 5来自 DuckRebooted, 3 年前Very very good, you can use an * in the menu for selecting which URLs replacements apply to
- This thing is great. One piece of feedback is maybe let us have a toggle to have this addon snap to the bottom like where the vanilla Find feature is located. The toggle would still allow people to have it on left like it is now. Is this extension acting as a sidebar? I guess that could explain why it snaps to left...
Even better when you replace CTRL+F (and even F3), which this does not do by default. You can do this in AHK v1 with this script:
#IfWinActive ahk_exe firefox.exe
Ctrl & F::
SendInput {Ctrl down}{shift down}{F9 down}{Ctrl up}{shift up}{F9 up}
return
#IfWinActive ahk_exe firefox.exe
F3::
SendInput {Ctrl down}{shift down}{F9 down}{Ctrl up}{shift up}{F9 up}
return - 评分 5 / 5来自 Firefox 用户 17698868, 3 年前Upgraded to Win 11 this extension stopped working. This extension has been like my right arm. Not sure if it's win 11 or Firefox 108.0.1 (64-bit). Continuing to struggle
It was me, a little tickbox not ticked. - 评分 5 / 5来自 Firefox 用户 17673265, 3 年前
- 评分 2 / 5来自 Firefox 用户 13169852, 4 年前It only has "replace all" feature, not a selectively "replace" function. That's bad.