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

Main public logs

More actions

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).

Logs
  • 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...")