Reviews for Foxy Gestures
Foxy Gestures by liebs
Review by Josep l
Rated 5 out of 5
by Josep l, 2 years ago"Scroll Left" go to User Script:
mouseDown.target.scrollLeft += 60;
var result = { repeat: true };
result;
and then go to 'other gestures' enable wheel gestures, scroll UP -> 'your user script'
"Scroll Right" same as above but -=60 or whatever number of pixels you want scroll.
mouseDown.target.scrollLeft += 60;
var result = { repeat: true };
result;
and then go to 'other gestures' enable wheel gestures, scroll UP -> 'your user script'
"Scroll Right" same as above but -=60 or whatever number of pixels you want scroll.