FoxReplace-ის მიმოხილვები
FoxReplace ავტორი Marc
80 მიმოხილვა
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 18428008, 2 თვის წინ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, 2 წლის წინ
- 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