Difference between revisions of "User:Aoum/common.js"

 
Line 1: Line 1:
{{delete|test page}}
+
// Change background color of the site (example)
 
+
document.body.style.backgroundColor = "#fdf6e3";
importScript('User:H34N1/vandal.js');
 
 
 
[[Category:Aoum]]
 

Latest revision as of 12:24, 7 June 2025

// Change background color of the site (example)
document.body.style.backgroundColor = "#fdf6e3";