Difference between revisions of "User:Certified nqh/common.js"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
 +
const why = document.createElement("button");
 +
document.body.insertBefore(why, document.getElementById("mw_header");
 +
why.appendChild(document.createTextNode("PAIN"));
 
function update(){
 
function update(){
 
  alert("AAAAAAAAA");
 
  alert("AAAAAAAAA");
 
}
 
}

Revision as of 00:04, 10 November 2023

const why = document.createElement("button");
document.body.insertBefore(why, document.getElementById("mw_header");
why.appendChild(document.createTextNode("PAIN"));
function update(){
 alert("AAAAAAAAA");
}