Main public logsGive feedback
Jump to navigation
Jump to search
Combined display of all available logs of The Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:55, 11 March 2026 Toad64 talk contribs created page User:Toad64/common.js (Created page with "document.querySelectorAll('.HeroCard2').forEach(el => { el.style.transition = 'none'; el.style.transformStyle = 'preserve-3d'; el.style.willChange = 'transform'; let animFrame; let current = { x: 0, y: 0 }; el.addEventListener('mousemove', (e) => { const rect = el.getBoundingClientRect(); const cx = rect.left + rect.width / 2; const cy = rect.top + rect.height / 2; const dx = (e.clientX - cx) / (rect.width / 2); const dy = (e.clientY - c...")