Created
May 11, 2009 02:49
-
-
Save to/109846 to your computer and use it in GitHub Desktop.
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
// ==UserScript== | |
// @name XULPlanet -> MDC | |
// @namespace http://github.com/to | |
// @include http://www.xulplanet.com/references/xpcomref/ifaces/* | |
// ==/UserScript== | |
var name = location.href.match(/.*\/([^\.]*)\..*/)[1]; | |
location.href = 'https://developer.mozilla.org/en/' + name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment