Análises para Tampermonkey
Tampermonkey por Jan Biniok
280 análises
- Avaliado em 4 de 5por cuongphoenix , há 7 anos
- Avaliado em 4 de 5por The Beard Below My Chin , há 7 anosSimply, 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. - Avaliado em 4 de 5por Utilizador do Firefox 14222818 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 12844471 , há 7 anos云备份在安装介绍上太模糊了,我百度找的教程才搞好的。你应该介绍清楚一点。其他都挺好的·
- Avaliado em 4 de 5por Utilizador do Firefox 14091626 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13901567 , há 7 anosvery 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.
- Avaliado em 4 de 5por Utilizador do Firefox 13813744 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13829206 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13590322 , há 7 anos機能面では申し分ないと思うのですが、全体的に重いのと、何よりコードエディタが重すぎます。とても使いもんになりません。多分1文字打つたびにエラーチェックを行っているからだと思うのですが...
設定方法がありましたらすみません。 - Avaliado em 4 de 5por Utilizador do Firefox 13818838 , há 7 anosWhere is the script folder located?
Resposta do programador
publicado a há 7 anosFile 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 - Avaliado em 4 de 5por Utilizador do Firefox 13756780 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13734360 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13713989 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13685438 , há 7 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13021976 , há 8 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13583565 , há 8 anos
Resposta do programador
publicado a há 8 anosGoogle 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