User:KurwaAntics/common.js: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
KurwaAntics (talk | contribs) mNo edit summary |
KurwaAntics (talk | contribs) No edit summary |
||
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'); |