User:DodoMan/snowflake.js: Difference between revisions

From Test Wiki
m
Justarandomamerican moved page User:Rafdodo/snowflake.js to User:DodoMan/snowflake.js: Automatically moved page while renaming the user "Rafdodo" to "DodoMan"
(Created page with "// Loading the CSS for snowflakes importStylesheet("User:Rafdodo/snowflake.css"); console.log("%c[Snowflake]%c The `snowflake` user script has been loaded successfully. Enjoy the snowflakes!", "color: aqua", ""); function createSnowflake() { const snowflake = document.createElement('div'); snowflake.classList.add('snowflake'); snowflake.textContent = '❄'; snowflake.style.left = Math.random() * 100 + 'vw'; snowflake.style.opacity = Math.random(); snowflake.styl...")
 
m (Justarandomamerican moved page User:Rafdodo/snowflake.js to User:DodoMan/snowflake.js: Automatically moved page while renaming the user "Rafdodo" to "DodoMan")
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.