Scroll wheel hijacked on this entire domain
Fix:
(() => { const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove']; const block = e => e.stopImmediatePropagation(); for (const t of KILL) { window.addEventListener(t, block, { capture: true, passive: true }); document.addEventListener(t, block, { capture: true, passive: true }); } document.documentElement.classList.remove('lenis','lenis-smooth','lenis-scrolling','lenis-stopped'); console.log('Scroll hijack disabled — native scrolling restored.'); })();
The fix is to close the tab.
Yeah this website is horrendous to use. What were they thinking?
You mean "what was the LLM thinking?"
[dead]
Fix:
The fix is to close the tab.
Yeah this website is horrendous to use. What were they thinking?
You mean "what was the LLM thinking?"
[dead]