Skip to content

Instantly share code, notes, and snippets.

@dropkickfish
Created December 10, 2024 13:53
Show Gist options
  • Select an option

  • Save dropkickfish/703bfe62df00ee322bc319a89f1d9607 to your computer and use it in GitHub Desktop.

Select an option

Save dropkickfish/703bfe62df00ee322bc319a89f1d9607 to your computer and use it in GitHub Desktop.
Frontify Developer Token bookmarklet
javascript:(function(){ var baseURL = window.location.origin; var newURL = baseURL + '/api/developer/token'; window.location.href = newURL;})();
@dropkickfish
Copy link
Author

Create a new bookmark
image

Find the bookmark in your bookmarks bar and choose Edit
image

Paste the code above into the URL field
image

Click the bookmark to navigate to the Developer Token creation page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment