Created
August 21, 2008 10:44
-
-
Save Constellation/6538 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 MDC relink | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description relink MDC | |
// @include http://developer.mozilla.org/* | |
// ==/UserScript== | |
(/http:\/\/developer\.mozilla\.org\/(.+)\/(ja|en)$/i.test(document.location.href)) && (document.location.href = 'http://developer.mozilla.org/'+RegExp.$2+'/'+RegExp.$1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment