All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:41, 31 March 2024 DodoMan~usurped talk contribs created page User:Rafdodo/snowflake.js (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...")