Main public logs
Appearance
Combined display of all available logs of Photonicamp Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:30, 3 December 2024 Jarschel talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Remove empty categories from list view (CategoryTree) $(document).ready(function() { Array.from(document.querySelectorAll('.CategoryTreeItem')).filter(function(div) { return div.textContent.includes('(vazio)') || div.textContent.includes('(empty)'); }).forEach(function(div) { div.remove(); }) });")