Jump to content

Main public logs

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

Logs
  • 12:38, 5 April 2025 FREDZ talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: //FREDZ Remove Automatic button. function removeAutomaticOption() { const element = document.querySelector('#skin-client-pref-skin-theme-value-os'); if (element) { element.closest('.cdx-radio').remove(); // Removes its parent `.cdx-radio` container } else { setTimeout(removeAutomaticOption, 500); // Try again in 500ms } } removeAutomaticOption();")