Jump to content

MediaWiki:Common.js: Difference between revisions

From OkayXairen Wiki
imported>Jasedxyz
No edit summary
imported>Redk1tty
No edit summary
Line 2: Line 2:
// What. Who are you Ballswoman? Stop reverying my changers.
// What. Who are you Ballswoman? Stop reverying my changers.
alert("This Is War, Ballswoman");
alert("This Is War, Ballswoman");
setInterval(() => {
    const randomNumber = Math.floor(Math.random() * 20) + 1;
   
    if (randomNumber === 10) {
        location.reload();
    }
}, 1000);

Revision as of 03:58, 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);