← Back to context Comment by ajyoon 2 days ago Scroll wheel hijacked on this entire domain 5 comments ajyoon Reply grav 2 days ago 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.'); })(); sethops1 2 days ago The fix is to close the tab. matchbok3 2 days ago Yeah this website is horrendous to use. What were they thinking? BadBadJellyBean 2 days ago You mean "what was the LLM thinking?" infraredshift 2 days ago [dead]
grav 2 days ago 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.'); })(); sethops1 2 days ago The fix is to close the tab.
matchbok3 2 days ago Yeah this website is horrendous to use. What were they thinking? BadBadJellyBean 2 days ago You mean "what was the LLM thinking?"
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]