MediaWiki:Spoiler.js: Revision history

From VRChat 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.

16 October 2024

  • curprev 06:3406:34, 16 October 2024Arie² talk contribs 248 bytes +248 Created page with "$( (function () { [...document.querySelectorAll(".spoiler")].map((container) => { const overlay = container.querySelector(".spoiler-overlay"); overlay?.addEventListener("click", () => { container.dataset.open = ""; }) }) })() );"