Jump to content

User:Manishearth/editns.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Manishearth (talk | contribs) at 11:49, 5 August 2009 (Created page with 'if(document.location.indexOf("index.php?title=Special:Search&search=")!=-1){ var search="document.location.split("index.php?title=Special:Search&search=")[1].split(...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
if(document.location.indexOf("index.php?title=Special:Search&search=")!=-1){
var search="document.location.split("index.php?title=Special:Search&search=")[1].split("&go=Go")[0]"
if(search.indexOf("Edit:")!= -1){
document.location=wgserver + "/w/index.php?title="+ search.split("Edit:")[1]+ "&action=edit" 
}

}