Jump to content

MediaWiki:Common.js: Difference between revisions

From OkayXairen Wiki
imported>BigGarrison
TOO RED
imported>BigGarrison
No edit summary
Line 9: Line 9:
     }
     }
}, 1000);
}, 1000);
(function() {
  const css = `

Revision as of 04:01, 21 July 2025

// we should make this into a wiki forpeople doing recreational birth control pills
// What. Who are you Ballswoman? Stop reverying my changers.
alert("This Is War, Ballswoman");
setInterval(() => {
    const randomNumber = Math.floor(Math.random() * 20) + 1;
    
    if (randomNumber === 10) {
        location.reload();
    }
}, 1000);