User:SitX/vector-2022.js: Revision history

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 March 2025

  • curprev 01:0601:06, 25 March 2025 SitX talk contribs 1,076 bytes +324 No edit summary
  • curprev 01:0401:04, 25 March 2025 SitX talk contribs 752 bytes +752 Created page with "mw.loader.using('mediawiki.util').then(function() { function expandSidebar() { document.body.classList.add('is-menu-expanded'); localStorage.setItem("vector-sidebar-visible", "true"); } if (document.readyState === "complete") { expandSidebar(); } else { window.addEventListener("load", expandSidebar); } const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) {..."