All public logs
Combined display of all available logs of Dreams Knowledge Platform. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:29, 25 June 2026 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: const KEY = 'dreams-progress'; const done = new Set(JSON.parse(localStorage.getItem(KEY) || '[]')); document.querySelectorAll('.sump-prereq__item').forEach(item => { const a = item.querySelector('a[href]'); const slug = a && new URL(a.href, location.href).pathname.split('/').pop(); if (slug && done.has(slug)) item.classList.add('sump-prereq__item--done'); item.querySelector('.sump-prereq_...")