Recenze doplňku Tampermonkey
Tampermonkey od Jan Biniok
5 110 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13499818, před 7 lety
- Hodnocení: 5 z 5od uživatele lyravega, před 7 letyI've been using Greasemonkey for so long, it has become a habit in time. Never looked for anything else as it did what I wanted without any hassle.
Then comes Firefox Quantum. And for some reason, Greasemonkey decided to throw away backwards compatibility, which ended up more than half of my scripts not working anymore. On top of that, it lost its usability, by showing every single script, having no options menu of any kind, a script editor that cannot even rival Notepad (yes, the default Notepad the Windows has), and so on.
So I looked for an alternative, and realized that Tampermonkey is not just a Chrome add-on, there also exists a Firefox Quantum compatible version. Switched over, copied my scripts, and everything is working properly. Then discovered the rest of it; excellent UI, lots of options, great editor, and many more.
I don't think I'll be going back, and had I knew the quality work that has been put into Tampermonkey, I'd have switched before. Never looked for anything else Greasemonkey, but I'm really glad it gave me a reason to look for something else with its Firefox Quantum update, as it led me to discover Tampermonkey, and as I've said, I wish I had looked into this long before. - Hodnocení: 5 z 5od uživatele Andrey Dogadkin, před 7 letyNice replacement for Greasemonkey with their dubious decision of backward incompatibility. All the scripts which were working on pre57 Greasemonkey seem to be working here, on FF 57 just flawlessly. Thanks!
Отличная замена Greasemonkey с их сомнительным решением отказаться от обратной поддержки. Все скрипты, работавшие раньше на Greasemonkey, работают в Tampermonkey на FF 57 безукоризненно. Спасибо! - Hodnocení: 5 z 5od uživatele wychun, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13485945, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13485635, před 7 lety
- Hodnocení: 4 z 5od uživatele GetGoGhetto, před 7 lety
- Hodnocení: 5 z 5od uživatele Moono, před 7 lety
- Hodnocení: 5 z 5od uživatele NeoPolus, před 7 letyAfter updating to Firefox 47, my old scripts stopped working in GreaseMonkey as some features (addStyle) were not available in GM 4. Thankfully those same scripts (made for GM 3) work perfectly with Tampermonkey on Firefox 57!!
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13469452, před 7 lety
- Hodnocení: 4 z 5od uživatele 約修亞, před 7 lety
- Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 13417183, před 7 lety
- Hodnocení: 5 z 5od uživatele decembre, před 7 letyI used it with Chrome, an now i try it with Firefox Quantum (V.57):
It work very well and provide more options than Greasemonkey.
Thanks a lot ! - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13463851, před 7 lety
- Hodnocení: 5 z 5od uživatele 表里, před 7 lety
- Hodnocení: 5 z 5od uživatele TouhouFun, před 7 letyПосле обновления Firefox 57 перестал корректно работать основной аддон, использовавшийся ранее для пользовательских скриптов в этом браузере, GreaseMonkey. Скрипты в нём есть, но ничего не делают. А тут всё работает. Прекрасно, спасибо за работающий аддон!
- Hodnocení: 5 z 5od uživatele otaku119, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13458907, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 6696096, před 7 letyWill there be an ability to edit script directly in user-chosen external editor?
If not, please add an option to quickly update the single script (used in the current tab) from addon-popup menu (from the main browser toolbar).
The demise of GreaseMonkey and the absence of ViolentMonkey documentation forced me to choose TamperMonkey. I even moved my scripts to local Apache web-server (as it is the quickest way to import the scripts to UserJS addons and keep them always updated for several firefox profiles). But still there are many unnecessary actions on each script change. To update one script I need:
1) save the script in the editor
2) open the localhost URL (with my scripts),
3) click the script link,
4) click REINSTALL in TamperMonkey
5) refresh the page
The option that I offered earlier will make the steps 2-4 unnecessary and will save plenty of time when editing scripts.Odpověď vývojáře
zveřejněno před 7 letyYou can open the dashboard, search the script (you should choose a sort option which makes the script appear at the top) and then click at the "Last updated" column to trigger a new update check.
For development (and only development) you can also copy your script's header to a new script and then @require your script URL from your local web server.
Then open the TM settings page and set "Config Mode" to "Advanced, search for "Externals" > "Update Interval" and change it to "Always". Now TM will update your @require every time the script _was_ executed. Again, please use this only for development!
I hope (user-enabled) local file access will be implemented by the Firefox developers soon or at least one day. If that's done, then to @require a local file will make TM load it at every script execution without disadvantage.