Changes

skip purge confirmation dialogue
Line 10: Line 10:  
function crtld() {
 
function crtld() {
 
window.location.href = "//icannwiki.org/index.php?title=" + prompt("Enter TLD page name", ".com") + "&action=edit&preload=User:Dross/TLD";
 
window.location.href = "//icannwiki.org/index.php?title=" + prompt("Enter TLD page name", ".com") + "&action=edit&preload=User:Dross/TLD";
 +
}
 +
 +
/* Automate purge confirmation dialog */
 +
if ( mw.config.get( 'wgAction' ) === 'purge' ) {
 +
      $('form[action*="action=purge"]').submit();
 
}
 
}
32

edits