All public logs
Jump to navigation
Jump to search
Combined display of all available logs of DBWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:41, 10 October 2024 8fedg talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Example to hide Edit Source for anonymous users document.addEventListener("DOMContentLoaded", function() { var userGroups = mw.config.get('wgUserGroups'); if (userGroups.includes('sysop')) { var editSourceLink = document.getElementById('ca-editsource'); if (editSourceLink) { editSourceLink.style.display = 'inline'; } } });")