Go to Plugin Repo Bookmarklet

I love the WordPress Plugins directory and the fact that it provides a home for all the WordPress plugins previously scattered around the 'net. However, there's one thing that has always bugged me about the repository: there's no easy way to jump from a plugin page to the code for it. The code for all the plugins is browsable from the plugins Trac, so I figured there must be some way to do it. Viper007Bond just released his One Click Install script for Greasemonkey, so I figured that I should finally get around to writing this script.

Behold, the Go to Plugin Repo bookmarklet. Go to any plugin page on WP.org and hit this button to jump over to the code browser for the plugin. It will also work on any subpage of the plugin page, such as the Installation or FAQ pages.

Source (log.ryanmccue.info)


Download Bookmarklet:


View Bookmarklet Code:

Bookmarklet Source Code:

javascript%3Avar%2520x%2520%3D%2520window.location.href.match%28/http%3A%255C/%255C/wordpress.org%255C/extend%255C/plugins%255C/%28%255B%255E%255C/%255D+%29/%29%255B1%255D%3B%2520window.location.href%2520%3D%2520%27http%3A//plugins.trac.wordpress.org/browser/%27%2520+%2520x%2520+%2520%27/trunk%27%3B


Rate it:


Tags:

Comments

Comments so far. Add yours.