User:Asarta/Sandbox/Spoiler/spoiler.js: Revision history

From The Fifth City Wiki

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.

25 June 2025

  • curprev 19:0019:00, 25 June 2025 Asarta talk contribs 147 bytes +147 Created page with "document.querySelectorAll('.spoiler').forEach((element) => { element.addEventListener('click', () => element.classList.toggle('revealed')); });"