Content deleted Content added
Manishearth (talk | contribs) finally-time for some testing!! Yay!!!!!!!!! |
Manishearth (talk | contribs) No edit summary |
||
Line 1:
/*
===================================================================================================
Work on this script has resumed, but it is still volatile.
The first three tabs (parents, de-orphan, and de-orphan-wikify have no issues. You may use them. Ask me for their functions.
THis script is by:
[[User:Manishearth]]
===================================================================================================
Line 102 ⟶ 105:
currentLinkWin.___location.replace(wgServer+"/w/index.php?title=" + deOrphanDocumentLinkArray[linkACounter].replace(/\/wiki\//,"") + "&action=edit")
currentLinkWin.addOnloadHook(function () {
if(currentLinkWin.wgCanonicalNamespace== ""){
currentLinkWin.deOrphanWikify(deOrphanDocumentLinkArray[linkACounter])
currentLinkWin.document.editform.submit()
setTimeout("closeTheWindow()",1000)
}else{
closeTheWindow()
}
});
}
|