Created
December 29, 2009 11:05
-
-
Save henrik/265259 to your computer and use it in GitHub Desktop.
Bookmarklet to go from public Chrome Extension page to edit page (if you wrote it). Can't be an extension/userscript since they're blocked on that site.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:location.pathname=location.pathname.replace(/\/detail\/(\w+).*/, '/developer/edit/$1'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment