Created
December 15, 2016 16:23
-
-
Save genedwards/84340a7baf4ef7dfc5098beb44f9e728 to your computer and use it in GitHub Desktop.
from ticket to app page
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(){ | |
location.replace(location.href.replace(/api\/api\/.*ticket.*realm.*/,'qbase/apps')); | |
}() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this as a bookmarklet. Once you get your ticket, something like this:
realmID-blah-blah.localhost:9000/api/api/v1/ticket?uid=10000&realmId=140188
, click on the bookmarklet and it will redirect you to your app page.To create a bookmarklet: