User:AndyZ/monobook.js/personalredirect.js: Difference between revisions

Content deleted Content added
forgot }
fix up
Line 1:
//<pre>
if(document.___location.href.substring(0,51)=="http://en.wikipedia.org/wiki/Special:Search?search="){
thePage = document.___location.href.substring(51,document.___location.href.length)
Line 18 ⟶ 19:
document.___location.href = wikiURL+"User:AndyZ"
}
 
Please add all the personal redirects before the closing brace at the end.
*/
 
 
 
//end brace
}
//</pre>