User:KurwaAntics/common.js: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
m (Glowsquid moved page User:UntergangerPlus/common.js to User:KurwaAntics/common.js: Automatically moved page while renaming the user "UntergangerPlus" to "KurwaAntics")
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
var u = window.location.href;
 
if( u.indexOf('T:') > -1) u = u.replace('T:','Template:');
if( u.indexOf('Css') > -1) u = u.replace('Css','User:UntergangerPlus/common.css');
if( u.indexOf('Js') > -1) u = u.replace('Js','User:UntergangerPlus/common.js');

Latest revision as of 11:42, September 4, 2016