Combined display of all available logs of Loftia Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:52, 23 April 2025 Isy talk contribs created page User:Isy/Sandbox/DarkMode-Experiment.js (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...")