Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Isy/Sandbox/DarkMode-Experiment.js: Revision history

From Loftia Community 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.

23 April 2025

  • curprev 01:5201:52, 23 April 2025 Isy talk contribs 1,086 bytes +1,086 Created page with "$(function() { // Only run on pages with our experiment const experimentPage = document.querySelector('.dark-mode-experiment'); if (!experimentPage) return; // Create and add toggle button const toggleBtn = document.createElement('button'); toggleBtn.className = 'dark-mode-toggle'; toggleBtn.innerHTML = '🌙'; document.body.appendChild(toggleBtn); // Theme management function setTheme(theme) { experimentPage.setAttribute..."