User:DodoMan/snowflake.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 April 2024

2 April 2024

1 April 2024

31 March 2024

  • curprev 10:4110:41, 31 March 2024DodoMan~usurped talk contribs 756 bytes +756 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..."