Main public logs
From Descendants of Darkness Wiki
Combined display of all available logs of Descendants of Darkness Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:31, 6 April 2024 Ninja talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Save the scroll position before the page unloads window.addEventListener('beforeunload', function() { localStorage.setItem('sidebarScrollPosition', document.getElementById('mw-navigation').scrollTop); }); // Restore the scroll position after the new page loads window.addEventListener('load', function() { var scrollPosition = localStorage.getItem('sidebarScrollPosition'); if (scro...")