Pógódnośenja za FoxReplace
FoxReplace wót Marc
80 pógódnośenjow
- Z 5 z 5 pógódnośonywót MEMER23481, 12 днів томуW addon, allows me to replace microsoft with microslop
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 18428008, 6 місяців томуExactly what I need, super fast, regexp, always there for me. Thanks heap!
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17581532, 2 роки тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 18585026, 2 роки тому
- Z 5 z 5 pógódnośonywót MagellanX, 2 роки тому
- Z 5 z 5 pógódnośonywót 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.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14626124, 2 роки тому
- Z 5 z 5 pógódnośonywót Wužywaŕ 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.
- Z 5 z 5 pógódnośonywót sudo, 2 роки томуWhat is the privacy policy of this add-on? Will change the rating to 5 if addon is privacy-respecting.
Wótegrono wuwijarja
jo se napisał 2 роки томуOK, I have a added a short privacy policy to explain that nothing is collected. - Z 5 z 5 pógódnośonywót iG0R, 2 роки тому
- Z 5 z 5 pógódnośonywót 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? - Z 5 z 5 pógódnośonywót One, 3 роки тому
- Z 5 z 5 pógódnośonywót cpt-nemo78602, 3 роки тому
- Z 5 z 5 pógódnośonywót NikZelge, 3 роки тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 15766654, 3 роки тому
- Z 5 z 5 pógódnośonywót Sea Eagle, 3 роки тому
- Z 5 z 5 pógódnośonywót Deckade, 3 роки тому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
- Z 5 z 5 pógódnośonywót Alex Alex, 3 роки тому
- Z 5 z 5 pógódnośonywót DuckRebooted, 3 роки томуVery very good, you can use an * in the menu for selecting which URLs replacements apply to
- Z 5 z 5 pógódnośonywót やん豚, 3 роки тому卓越された文字置き換えアドオン。
不愉快なワードを見えなくすることも出来るし、
ライティングの置き換えツールとしても重宝している。
また、ページ読み込み時にワードを自動的に置き換えしてくれる面でもText formerよりも優れているかと。 - Z 5 z 5 pógódnośonywót insevin, 4 роки тому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