Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Last active December 19, 2015 18:09
Show Gist options
  • Save DrewAPicture/5996643 to your computer and use it in GitHub Desktop.
Save DrewAPicture/5996643 to your computer and use it in GitHub Desktop.
Plugin Repo bookmarklet. Clicking this bookmarklet while on any WordPress.org-hosted plugin page or sub-page will jump you to the trunk directory of that plugin's SVN repository..
<a href="javascript:(function(){var split=window.location.pathname.split('/');location.href='http://plugins.svn.wordpress.org/' + split[2] + '/trunk/'})();">Plugin Repo</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment