_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Bot523/monobook.js

In today's article we will explore the impact that User:Bot523/monobook.js has had on our society. Since its appearance, User:Bot523/monobook.js has captured the attention of millions of people around the world, generating great debate and interest. From its origins to the present day, User:Bot523/monobook.js has left an indelible mark on history, influencing events, trends and decisions in various areas. Throughout this article, we will take a closer look at how User:Bot523/monobook.js has shaped our culture and how it continues to play a crucial role in our daily lives.
//<nowiki>
// AfD decatting, substituting closeboxes
addOnloadHook(function() {
if(location.href.indexOf('afddecat=Y')!=-1)
{
  var subst;
  if(document.editform.wpTextbox1.value.indexOf(
     'The following discussion is an archived debate of the proposed deletion of '+
     'the article below.')==-1
     &&document.editform.wpTextbox1.value.indexOf("{{a"+"t}}")==-1
     &&document.editform.wpTextbox1.value.indexOf("{{afd "+"t}}")==-1
     &&document.editform.wpTextbox1.value.indexOf("{{afd "+"top}}")==-1) {window.close(); return;} //still open, do nothing
  subst=1;
  if(document.editform.wpTextbox1.value.indexOf("{{a"+"t}}")==-1
     &&document.editform.wpTextbox1.value.indexOf("{{afd "+"t}}")==-1
     &&document.editform.wpTextbox1.value.indexOf("{{afd "+"top}}")==-1) subst=0;
  document.editform.wpTextbox1.value=document.editform.wpTextbox1.value.
    split("{{REMOVE THIS TEMPLATE WHEN CLOSING THIS AfD|").join("{{ns:0|");
  document.editform.wpTextbox1.value=document.editform.wpTextbox1.value.
    split("{{a"+"t}}").join("{{subs"+"t:at}}").split("{{afd "+"t}}").join("{{subs"+"t:at}}").
    split("{{afd "+"top}}").join("{{subs"+"t:at}}");
  document.editform.wpTextbox1.value=document.editform.wpTextbox1.value.
    split("{{a"+"b}}").join("{{subs"+"t:ab}}").split("{{afd "+"b}}").join("{{subs"+"t:ab}}").
    split("{{afd "+"bottom}}").join("{{subs"+"t:ab}}");
  document.editform.wpMinoredit.checked='checked';
  document.editform.wpSummary.value="BOT: Removing ] from closed" 
    + " ] debate"+(subst?" and ] closebox":"");
  document.editform.wpSave.click();
}
else if(location.href.indexOf("Wikipedia:Articles_for_deletion/")!=-1) window.close();
});
//</nowiki>