Combined display of all available logs of GScripts. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:50, 25 April 2025 Acans talk contribs created page MediaWiki:Citizen.js (Created page with "All JavaScript here will be loaded for users of the Citizen skin: // Force sections with certain IDs to be collapsed by default on desktop $(document).ready(function() { if (window.innerWidth >= 768) { // Only on desktop const idsToCollapse = ['Misc', 'Anti-ban', 'GFishing']; // section IDs idsToCollapse.forEach(function(id) { var header = document.getElementById(id); if (header) { var section = header.closest('.citizen-section-headin...")