_
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var lmao = document.getElementById("fuckme")
|
||||
function klol(){
|
||||
if (lmao) lmao.className = " ";
|
||||
lmao.style.color = "yellow";
|
||||
}
|
||||
Reference in New Issue
Block a user