Tampermonkey에 대한 리뷰
Tampermonkey 제작자: Jan Biniok
리뷰 280개
- 5점 만점에 4점cuongphoenix 님, 7년 전
- 5점 만점에 4점The Beard Below My Chin 님, 7년 전Simply, 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. - 5점 만점에 4점Firefox 사용자 14222818 님, 7년 전
- 5점 만점에 4점Firefox 사용자 14091626 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13901567 님, 7년 전very 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.
- 5점 만점에 4점Firefox 사용자 13813744 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13829206 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13590322 님, 7년 전機能面では申し分ないと思うのですが、全体的に重いのと、何よりコードエディタが重すぎます。とても使いもんになりません。多分1文字打つたびにエラーチェックを行っているからだと思うのですが...
設定方法がありましたらすみません。 개발자 답글
7년 전에 게시됨File 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- 5점 만점에 4점Firefox 사용자 13756780 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13734360 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13713989 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13685438 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13021976 님, 8년 전
- 5점 만점에 4점Firefox 사용자 13583565 님, 8년 전
개발자 답글
8년 전에 게시됨Google 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