This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Set overscroll property to none | |
| // @namespace affan2021shaikh | |
| // @version 1.0.0 | |
| // @downloadURL https://gist.github.com/affan2021shaikh/efa8b9f8c31b794d2d3b2a1b99928e0f/raw/Remove%2520overscroll.user.js | |
| // | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-start | |
| // |