All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:49, 22 September 2024 Sylphoid talk contribs created page User:Sylphoid/common.js (Created page with "document.addEventListener('DOMContentLoaded', function() { const statBoxes = document.querySelectorAll('.stat-box'); statBoxes.forEach(function(statBox) { statBox.addEventListener('click', function() { statBox.classList.toggle('clicked'); }); }); });")