Отзывы на «FoxReplace»
FoxReplace от Marc
80 отзывов
- Оценено на 5 из 5от Пользователь Firefox 18428008, 3 месяца назадExactly what I need, super fast, regexp, always there for me. Thanks heap!
- Оценено на 5 из 5от Пользователь Firefox 17581532, год назад
- Оценено на 5 из 5от Пользователь Firefox 18585026, 2 года назад
- Оценено на 5 из 5от MagellanX, 2 года назад
- Оценено на 5 из 5от fox, 2 года назадFoxReplace rocks. Been using it for about 11 years. People online grow dumber and more aggravating every year but this add-on keeps their crap off the screen, easily and reliably.
- Оценено на 5 из 5от Пользователь Firefox 14626124, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 11609870, 2 года назадSimple clear and easy to use so far. Search and replace text, it does what is says. Haven't done extensive testing to see if there are any issues as others have reported, but has been pretty solid for me.
- Оценено на 5 из 5от sudo, 2 года назадWhat is the privacy policy of this add-on? Will change the rating to 5 if addon is privacy-respecting.
Ответ разработчика
размещено 2 года назадOK, I have a added a short privacy policy to explain that nothing is collected. - Оценено на 5 из 5от iG0R, 2 года назад
- Оценено на 5 из 5от BobbyMcBobson, 2 года назадMakes the internet more bearable for me.
edit:
The extension seems to disable itself anytime I restart Firefox. Is there any way to fix this? - Оценено на 5 из 5от One, 2 года назад
- Оценено на 5 из 5от cpt-nemo78602, 2 года назад
- Оценено на 5 из 5от NikZelge, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 15766654, 2 года назад
- Оценено на 5 из 5от Sea Eagle, 2 года назад
- Оценено на 5 из 5от Deckade, 2 года назадLiterally makes the internet tolerable- I've removed political buzzwords, infamous policians names, and changed certain competing countries to blue team and green team. It's the filter I need
- Оценено на 5 из 5от Alex Alex, 3 года назад
- Оценено на 5 из 5от DuckRebooted, 3 года назадVery very good, you can use an * in the menu for selecting which URLs replacements apply to
- Оценено на 5 из 5от やん豚, 3 года назад卓越された文字置き換えアドオン。
不愉快なワードを見えなくすることも出来るし、
ライティングの置き換えツールとしても重宝している。
また、ページ読み込み時にワードを自動的に置き換えしてくれる面でもText formerよりも優れているかと。 - Оценено на 5 из 5от insevin, 3 года назад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