User:Manishearth/editns.js

This is an old revision of this page, as edited by Manishearth (talk | contribs) at 12:15, 5 August 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//addOnloadHook(function(){
if(document.___location.toString().indexOf("index.php?title=Special:Search&search=")!=-1){
var search=document.___location.toString().split("index.php?title=Special:Search&search=")[1].split("&go=Go")[0]
if(search.toLowerCase().indexOf("edit:")!= -1){
document.___location=wgServer + "/w/index.php?title="+ search.toLowerCase().split("edit:")[1]+ "&action=edit" 
}

}

if(document.___location.toString().indexOf("index.php?title=Special%3ASearch&search=")!=-1){
var search=document.___location.toString().split("index.php?title=Special%3ASearch&search=")[1].split("&go=Go")[0]
if(search.toLowerCase().indexOf("edit%3A")!= -1){
document.___location=wgServer + "/w/index.php?title="+ search.toLowerCase().split("edit%3A")[1]+ "&action=edit" 
}

}

//});