Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Forked from norcross/wp-admin-bookmarket.js
Last active December 11, 2015 11:38
Show Gist options
  • Save jtsternberg/4594833 to your computer and use it in GitHub Desktop.
Save jtsternberg/4594833 to your computer and use it in GitHub Desktop.
// Takes you to the site's base url and appends '/wp-admin'
javascript:(function(){ var url = !window.location.origin ? window.location.protocol+'//'+window.location.host : window.location.origin; window.open(url+'/wp-admin'); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment