MediaWiki:Monobook.js: Difference between revisions

From Halopedia, the Halo wiki

(more testing)
No edit summary
Line 162: Line 162:
if( wgUserName == 'Jack Phoenix' ) {
if( wgUserName == 'Jack Phoenix' ) {
// Replace encoded colons with normal colons
// Replace encoded colons with normal colons
article = article.replace( /%3A/g, ':' );
article = article.replace( '%3A', ':' );
}
}
var a = document.createElement( 'a' );
var a = document.createElement( 'a' );