Legal Issue: Remove/Hide links on Google Login page

Posted by Rowell on Stack Overflow See other posts from Stack Overflow or by Rowell
Published on 2013-10-21T03:37:15Z Indexed on 2013/10/21 3:53 UTC
Read the original article Hit count: 90

Filed under:
|

For the background:
I'm developing a device application which offers connection to Google Drive. My end-users will need to login to their Google Account and authorize my application to access their Google Drive.

I'm using OAuth 2.0 to do this. But my concern is that I don't want users to navigate away from my application using the links on the Google Login page. Basically, I don't want them to use my application to browse the internet.

Question:
Will I violate any terms of service/usage if I hide or change the href the links using GreaseMonkey or TamperMonkey? The changes will only be on the client side and I won't alter any processing at all.

I already checked https://developers.google.com/terms/ but I found no item related to modifying the pages on client side.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about google-api

Related posts about google-oauth