MediaWiki:Timeless.js: Revision history

From Helbreath Portal

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.

18 August 2025

  • curprev 21:2221:22, 18 August 2025Mikus talk contribs empty −833 Blanked the page Tag: Blanking
  • curprev 21:1521:15, 18 August 2025Mikus talk contribs 833 bytes +833 Created page with "→‎=== Dark Mode Toggle for Timeless ===: $(function() { // create button var $button = $('<button id="dark-mode-toggle">🌙 Dark Mode</button>'); // append to header (personal tools area) $('#mw-personaltools').append($('<li>').append($button)); // check saved state if (localStorage.getItem('dark-mode') === 'enabled') { $('body').addClass('dark-mode'); $('#dark-mode-toggle').text('☀️ Light Mode'); } // toggle on click $('#dark-mode-to..."