Main public logs

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

Logs
  • 15:29, 15 December 2025 Onno talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * * FOUC (Flash of Unstyled Content) Mitigation * Add this to MediaWiki:Common.js at the VERY TOP * * This runs early to set the theme before page renders. * Not 100% reliable due to ResourceLoader async loading, * but catches most cases.: (function() { var saved = localStorage.getItem('remiliawiki-darkmode'); if (saved === '1' || (saved === null && window.matchMedia('(prefers-...")