User:Bot523/monobook.js
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
// AfD decatting addOnloadHook(function() { if(location.href.indexOf('afddecat=Y')!=-1) { if(document.editform.wpTextbox1.value.indexOf( 'The following discussion is an archived debate of the proposed deletion of '+ 'the article below.')==-1) {window.close(); return;} //still open, do nothing if(document.editform.wpTextbox1.value.indexOf( 'The following discussion is an archived debate of the proposed deletion of '+ 'the article below.')>=0) { document.editform.wpTextbox1.value=document.editform.wpTextbox1.value. split("{{REMOVE THIS TEMPLATE WHEN CLOSING THIS AfD|").join("{{ns:0|"); document.editform.wpMinoredit.checked='checked'; document.editform.wpSummary.value="BOT: Removing [[WP:AFDC|category]] from closed" + " [[WP:AFD|AfD]] debate"; document.editform.wpSave.click(); } else { alert('Bot error detected, please investigate'); } } else if(location.href.indexOf("Wikipedia:Articles_for_deletion/")!=-1) window.close(); });