Main public logs

From Lenn's Fun Stuff

Combined display of all available logs of Lenn's Fun Stuff. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:07, 12 March 2026 LennLeaf talk contribs created page MediaWiki:Common.js (Created page with "Dark Mode Toggle: $(function() { var toggle = $('<li id="pt-darkmode"><span><a href="#">Toggle Dark Mode</a></span></li>'); $('#p-personal ul').append(toggle); toggle.click(function(e) { e.preventDefault(); $('body').toggleClass('dark-mode'); // Save preference to local storage var isDark = $('body').hasClass('dark-mode'); localStorage.setItem('dark-mode-pref', isDark); }); // Check for saved preference o...")