Last active
June 22, 2018 18:53
-
-
Save genedwards/9b765cf189a549ce23c458396b7056fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:( | |
function(){ | |
const userId = location.host.match(/(.*?)\./)[1]; | |
location.replace(`${location.origin}?a=SignIn&loginid=${userId}%40g88.net&password=${userId}`); | |
}() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this as a bookmarklet.
At the signin page for a realm generated by huey's E2E tests or realm generator (where the username is typically in the hybrid12345678 form), click the bookmarklet and you'll be signed in.
To create a bookmarklet:
Right click your bookmarks bar
click "Add Page..."
give it a name and paste the above code in the URL

hit save