Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
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.
//<pre><nowiki>/************* mfd Helper ************/// afd helper originally by Jnothman, modifications by Neurolysis, in this case mostly just so it works in the MFD space// see User:Jnothman/afd_helperimportScript("User:Jnothman/automod.js");afdh_signature='~~'+'~';afdh_summaryprompt=true;afdh_useicons=false;afdh_shortcuts=Object();afdh_shortcuts['h']='Tag as historical';afdh_shortcuts['k']='Keep';afdh_shortcuts['m']='Merge';afdh_shortcuts['mv']='Move';afdh_shortcuts['rd']='Redirect';afdh_shortcuts['rw']='Rewrite';afdh_shortcuts['t']='Transwiki';afdh_shortcuts['tm']='Transwiki to Meta';afdh_shortcuts['tw']='Transwiki to Wiktionary';afdh_shortcuts['tb']='Transwiki to Wikibooks';afdh_shortcuts['tn']='Transwiki to Wikinews';afdh_shortcuts['tq']='Transwiki to Wikiquote';afdh_shortcuts['ts']='Transwiki to Wikisource';afdh_shortcuts['ts']='Transwiki to Wikispecies';afdh_shortcuts['ts']='Transwiki to Wikiversity';afdh_shortcuts['wd']='Weak delete';afdh_shortcuts['sd']='Strong delete';afdh_shortcuts['sp']='Speedy delete';afdh_shortcuts['sk']='Strong keep';afdh_shortcuts['wk']='Weak keep';afdh_shortcuts['spk']='Speedy keep';afdh_shortcuts['c']='Comment';afdh_shortcuts['ss']='Speedy delete and salt';afdh_icons=Object();afdh_icons['d']=afdh_icons['wd']=afdh_icons['sd']=afdh_icons['sp']='Symbol delete vote.svg';afdh_icons['k']=afdh_icons['sk']=afdh_icons['wk']='Symbol keep vote.svg';afdh_icons['m']='Symbol merge vote.svg';afdh_icons['c']='Symbol comment vote.svg';afdh_commscs=Object();afdh_commscs['pn']='per nom.';functionafd_helper(){if(auto_mod())return;varanchors=newArray();{varoldanchors=document.getElementById('bodyContent').getElementsByTagName('a');for(vari=0;i<oldanchors.length;i++)anchors[i]=oldanchors[i];}varurl_re=/\?title=Wikipedia:Miscellany_for_deletion\/([^&]+)&action=edit&/;varurl,matches;for(vari=0;i<anchors.length;i++){if(!(matches=anchors[i].href.match(url_re))||(matches[1].substr(0,4)=='Log/'))continue;varna=document.createElement('a');na.href="javascript:afd_vote('"+escape(anchors[i].href)+"')";na.title="Vote on deletion of "+unescape(matches[1]);varinlink=document.createElement('sup');inlink.appendChild(document.createTextNode('vote'));na.appendChild(inlink);anchors[i].parentNode.insertBefore(na,anchors[i].nextSibling);}functionafd_vote(edit_link){varshortcuts_list='';for(varkeyinafdh_shortcuts)shortcuts_list+=key+': '+afdh_shortcuts[key]+'; ';varvote=window.prompt("Enter your vote. (Shortcuts available are: "+shortcuts_list+")");if(!vote)return;varicon_link='';if(afdh_useicons&&afdh_icons[vote.toLowerCase()])icon_link='[[Image:'+afdh_icons[vote.toLowerCase()]+'|20px]] ';if(afdh_shortcuts[vote.toLowerCase()])vote=afdh_shortcuts[vote.toLowerCase()];shortcuts_list='';for(varkeyinafdh_commscs)shortcuts_list+=key+': '+afdh_commscs[key]+'; ';varcomment=window.prompt("Enter your comment. (Shortcuts available are: "+shortcuts_list+")");if(typeofcomment!='string')return;if(afdh_commscs[comment.toLowerCase()])comment=afdh_commscs[comment.toLowerCase()];varsummary=vote;if(afdh_summaryprompt)if(!(summary=window.prompt("Enter the edit summary:",summary)))summary=vote;varurl=edit_link+'&amaddafter='+escape("* '''"+icon_link+vote+"''' - "+comment+" "+afdh_signature+" ~~"+"~~"+"~")+'&amsummary='+escape(summary);if(window.___location.href.indexOf("/Log/")==-1)window.___location.href=url;elsewindow.open(url,"afd_helper_vote");}$(mfd_helper);//</nowiki></pre>