User:Muffy/snowflake.js: Difference between revisions

From Test Wiki
Content deleted Content added
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 TheAstorPastor moved page User:DodoMan/snowflake.js to User:Muffy/snowflake.js: User rename: DodoMan → Muffy
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
// Loading the CSS for snowflakes
// Loading the CSS for snowflakes
importStylesheet("User:Rafdodo/snowflake.css");
importStylesheet("User:DodoMan/snowflake.css");
console.log("%c[Snowflake]%c The `snowflake` user script has been loaded successfully. Enjoy the snowflakes!", "color: aqua", "");
console.log("%c[Snowflake]%c The `snowflake` user script has been loaded successfully. Enjoy the snowflakes!", "color: aqua", "");