Ocene za Tampermonkey
Tampermonkey — Jan Biniok
280 ocen
- Ocenjeno z 4 od 5— cuongphoenix, pred 7 leti
- Ocenjeno z 4 od 5— The Beard Below My Chin, pred 7 letiSimply, one of the best userscript add-ons.
But it has a restrictive license; meaning if the developer calls it quits or decides to cash out. We the users will be out of luck, because "legally" nobody can create and maintain their own free of crap version except for Jan Biniok.
I understand this is a huge investment and you want to protect your investment but please don't ever sale your users out like what happened with Stylish. - Ocenjeno z 4 od 5— Alex, pred 7 leti
- Ocenjeno z 4 od 5— 1F913, pred 7 letiDoes what it says on the tin. However, the export, import, and sync options need some work. It’s difficult to keep the extension in sync on two systems.
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 14222818, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 12844471, pred 7 leti云备份在安装介绍上太模糊了,我百度找的教程才搞好的。你应该介绍清楚一点。其他都挺好的·
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 14091626, pred 7 leti
- Ocenjeno z 4 od 5— legri, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13901567, pred 7 letivery good. But I can not import and export scripts between Mac and Windows. An error message indicates that the syntax can not be analyzed. I think it is probably due to the difference in CRLF.
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13813744, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13829206, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13590322, pred 7 leti機能面では申し分ないと思うのですが、全体的に重いのと、何よりコードエディタが重すぎます。とても使いもんになりません。多分1文字打つたびにエラーチェックを行っているからだと思うのですが...
設定方法がありましたらすみません。 Odgovor razvijalca
objavljeno ob pred 7 letiFile system access was "optimized" away when the Firefox WebExtension API was designed [1]. That's why Tampermonkey needs to store all data in an internal Firefox database [2].
[1] https://wiki.mozilla.org/WebExtensions/Filesystem
[2] https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/local- Ocenjeno z 4 od 5— 朦HY, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13756780, pred 7 leti
- Ocenjeno z 4 od 5— keeri, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13734360, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13713989, pred 7 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13685438, pred 7 leti
- Ocenjeno z 4 od 5— Sandra, pred 7 letiIt's really good for being the only accessible script add-on for Android possibly...Hope it's as smooth as the chrome pc version tho : )
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13021976, pred 8 leti
- Ocenjeno z 4 od 5— Dricera, pred 8 leti
- Ocenjeno z 4 od 5— Uporabnik Firefoxa 13583565, pred 8 leti
- Ocenjeno z 4 od 5— nexxer, pred 8 letiSolid replacement to Greasemonkey with some added features and an updated UI.
I am concerned that on update, it tries to take me to https://tampermonkey.net after a Google OAuth login. I'm unsure why it would need that.Odgovor razvijalca
objavljeno ob pred 8 letiGoogle Oauth is done via client-side authentication, which needs a redirect URI to pass the access token on success. The token is part of the URL's hash component which is _not_ transferred to the server. In normal Tampermonkey should close the tab after it extracted the access token from the tab's URL.
https://developers.google.com/identity/protocols/OAuth2UserAgent#handlingresponse