Greasy Fork is available in English.

Mouse Wheel Event Inverter

Invert values returned by 'wheel' event.

Από την 18/09/2017. Δείτε την τελευταία έκδοση.

Δημιουργός
Lain inVerse
Βαθμολογίες
0 0 0
Έκδοση
0.1
Δημιουργήθηκε την
18/09/2017
Ενημερώθηκε την
18/09/2017
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

Jury-rig MouseEvent script to return opposite values for all 3 axis of the mouse wheel. Feel free to edit it as you wish if you want to invert only specific directions or make it work only on specific domains.

This script WON'T change scroll direction on pages NOT controlled by JS (majority of sites out there). The main purpose of this script is to change scroll direction on Google Maps and similar sites, which ARE controlled by JS.

This script were tested in Google Chrome only. Most likely it won't work as expected in Firefox. You may need to wrap code into a 'SCRIPT' tag and append it to a page to make it work there.