Skip to content

Instantly share code, notes, and snippets.

@grantwinney
Last active April 13, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantwinney/9068105650f1786085bf8560a367fb29 to your computer and use it in GitHub Desktop.
Save grantwinney/9068105650f1786085bf8560a367fb29 to your computer and use it in GitHub Desktop.
A little "edit page" bookmarklet if you're using the Ghost blog. Redirects URL to /edit. Just save it as a new bookmark.
javascript:let%20u=window.location.href;if(u.indexOf('grantwinney.com')!==-1&&!(u.endsWith('.com/'))&&u.indexOf('ghost/#/editor')===-1){window.location.href=window.location.protocol+window.location.pathname+'/edit';}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment