مستخدم:Osps7/vector-2022.js

من ويكيبيديا، الموسوعة الحرة

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

// Custom JavaScript for user Osps7

// Welcome message
console.log("Welcome to Osps7's custom JavaScript file for 2022 Vector skin!");

// Example customization: Change background color of the page
document.body.style.backgroundColor = "#f0f0f0";

// Example customization: Change font family of the page
document.body.style.fontFamily = "Arial, sans-serif";

// Add your own customizations below: