Created
December 10, 2024 13:53
-
-
Save dropkickfish/703bfe62df00ee322bc319a89f1d9607 to your computer and use it in GitHub Desktop.
Frontify Developer Token bookmarklet
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(){ var baseURL = window.location.origin; var newURL = baseURL + '/api/developer/token'; window.location.href = newURL;})(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new bookmark

Find the bookmark in your bookmarks bar and choose Edit

Paste the code above into the URL field

Click the bookmark to navigate to the Developer Token creation page