All public logs
Jump to navigation
Jump to search
Combined display of all available logs of blogginpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:26, 23 November 2025 Grug talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { // Prevent iframe clicks from triggering #top jumps $('iframe').on('click', function(e) { e.preventDefault(); e.stopPropagation(); return false; }); // Optional: Override global scrollTo to ignore y=0 jumps from iframes var originalScrollTo = window.scrollTo; window.scrollTo = function(x, y) { if (y === 0 && e.target.tagName === 'IFRAME...")