MediaWiki:Common.js: Revision history

From Cake Popz

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.

1 February 2026

  • curprev 19:2219:22, 1 February 2026 Popper talk contribs 661 bytes +661 Created page with "// Load canvas-confetti library mw.loader.load('https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js'); // Function to trigger confetti function celebrateWithConfetti() { var duration = 3 * 1000; var end = Date.now() + duration; (function frame() { confetti({ particleCount: 3, angle: 60, spread: 55, origin: { x: 0 } }); confetti({ particleCount: 3,..."