-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More and more sites are blocking SGP, what's the long term plan #75
Comments
There are browser add-ons already, at least for Chrome and Safari. They are preferable to the bookmarklet for security reasons. |
In chrome, what I do is to add a custom search engine pointing to javascript:window.open('https://chriszarate.github.io/supergenpass/mobile/', '_blank'); So to open SGP Mobile, I hit |
Seems like browser extension is the best approach. Unfortunately, I don't have time for an official version, but there are plenty out there. Open to pull requests to create one, bonus points if it uses the existing code. Also supergenpass.com is served from the |
@carlthewebmaster how does |
The new tab opens via https://github.com/chriszarate/supergenpass/blob/master/src/mobile/sgp.mobile.js#L97-L105 |
Why not a Custom Buttons version of the bookmarklet? Not a button loading the bookmarklet (that'll not solve the issue), but a "pure" Custom Buttons code (javascript), ran in the Custom Buttons' sandbox. The code should be very similar to the bookmarklet I guess, so it would be easy to maintain it. Custom Buttons : https://addons.mozilla.org/en/firefox/addon/custom-buttons/ |
one common recommendation is to download the source code from github and run it in its own browser window on the local device (not that hard to copy and paste), with bonus that you can modify the source code settings to work how you like, and then maybe with some extra security like marking files read only as well or something. (although of course there is the issue with mobile devices like android where anytime something is copied to the clipboard, there is basically a shoutout (intent) saying,"hey look at me, i've been copied to the clipboard" and gives malicious apps a chance to harvest passwords or whatever else) and i don't really know enough about the separation of browser add-ons, but would imagine that should also be more secure than using a bookmarklet? unless it is just the same thing in a different wrapper. |
Wouldn't drop of jQuery dependency solve the issue? |
More and more sites are block SGP (requiring the mobile version), are there any plans to work around this? Create a browser add-on? Something that runs entirely in userspace?
The text was updated successfully, but these errors were encountered: