Revisiones de Tampermonkey
Tampermonkey por Jan Biniok
Revisado por nexxer
Se valoró con 4 de 5
por nexxer, hace 7 añosSolid 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.
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.
Respuesta del desarrollador
publicado el hace 7 añosGoogle 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
https://developers.google.com/identity/protocols/OAuth2UserAgent#handlingresponse