Skip to content

Instantly share code, notes, and snippets.

@henrik
Created December 29, 2009 11:05
Show Gist options
  • Save henrik/265259 to your computer and use it in GitHub Desktop.
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.
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