Greasy Fork镜像 is available in English.

Don't fuck with my scroll!!!

Whenever the user scrolls using the mouse wheel it will disable all methods to programmatically scroll for 500 ms (0.5 seconds). Basically preventing websites to implement custom scrolling behaviors like smooth scrolling.

< Don't fuck with my scroll!!! 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2021-03-07

Doesn't work. Here's what it shows in Console in devtools:


Spoiler (click me)

Uncaught TypeError: Cannot read property 'appendChild' of null
at userscript:GM-Don't fuck with my scroll!!!:323
at userscript:GM-Don't fuck with my scroll!!!:324
at userscript:GM-Don't fuck with my scroll!!!:328



... which leads to this line:


scriptParent is undefined
scriptParent.appendChild(script);


Browser - Qutebrowser v2.0.0 (Backend - QtWebEngine). LocalStorage is turned off. Do I need it turned on?

§
게시: 2021-03-08

Changed document-start in @run-at header to document-end, seems to work. I guess, since the script was being run before the DOM was fully loaded, things like document.body returned null, and that caused scriptParent to be undefined.

So, I officially turn this issue into a request for a bugfix.

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。