All public logs

From Luminys WIKI

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

Logs
  • 03:33, 17 October 2024 Wiki talk contribs created page MediaWiki:Common.js (Created page with "// http://mediawiki.i.donnie.fun:8085/MediaWiki:Common.js Any JavaScript here will be loaded for all users on every page load.: let getCookie = function(name) { let cookie = {}; document.cookie.split(';').forEach(function(el) { let split = el.split('='); cookie[split[0].trim()] = split.slice(1).join("="); }) return cookie[name]; } let Run = function(){ let title = $("#firstHeading").text() if(title == "Main Page") title =...")