All public logs

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

Logs
  • 10:32, 30 September 2024 Karl talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: //make destination of the logo hyperlink random let logos = document.querySelectorAll('.mw-logo'); logos.forEach(function(logo) { logo.href = 'https://ooqa.karls.computer/Special:Random'; }); // add a little disorder function rand(min = -1, max = 1) { return Math.random() * (max - min) + min } document.querySelectorAll('ul li, .mw-logo > *').forEach( e => { e.style.rotate = `${ rand(-3, 3...")