Scroll page on double tap (mobile)

This userscript is designed for mobile browsers, and scrolls page on double tap. Top half of the screen scrolls up, and bottom half scrolls down. Double tap and move finger enables fast scrolling mode. When page is already scrolling, single tap will scroll it further.

2024-11-04 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
emvaized
रेटिंग
0 0 0
आवृत्ती
1.0.1
बनवली
2024-10-30
अपडेट केली
2024-11-04
आकार
9.92 KB
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

This userscript is designed for mobile browsers, and scrolls page on double tap. Top half of the screen scrolls up, and bottom half scrolls down. Single taps are ignored for a specified timeout while script waits for a second tap, and then get dispatched programmatically.

Default value is to scroll page by 80% of the screen width on each double tap. It can be changed by modifying the amountToScroll variable (default value: 0.8)

Current bugs:
  • Some elements on page, which are designed to react to JavaScript events to handle taps, may not respond to the single taps anymore, as they are created programmatically from the script. I will think about how to fix it