Shift + Scroll = HScroll

Scroll horizontally using < SHIFT + scroll > (useful in Firefox)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Forfatter
Alkazaar
Daglige installasjoner
0
Totale installasjoner
157
Vurderinger
1 0 0
Versjon
1.2
Lagd
23.07.2014
Oppdatert
23.07.2014
Size
3 kB
Lisens
I/T
Gjelder
Alle sider

Shift + Scroll = HScroll

    Scroll horizontally using < SHIFT + scroll > (useful in Firefox)

Cezar Derevlean - www.dcezar.com - [email protected]




    Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
    Licensed under the MIT License (LICENSE.txt).

    Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
    Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
    Thanks to: Seamus Leahy for adding deltaX and deltaY

    Version: 3.0.6
    
    Requires: 1.2.2+


    Possible Additional Configuration:
      If, when you hold shift, you scroll through previous pages / history
        Go to about:config page in firefox and set the variable mousewheel.with_shift.action to 0
        If it still doesn't work and you are using a linux distribution go to linux's settings > windows > modifier for modified click actions (something like that) and change it to something other than shift
      Also if alt click to save isn't working on linux
        Go to about:config and set browser.altClickSave to true
        You may have to go in to linux window setting again to change alt key's action
  
    I've been in this situation before so I added this comment
    I did not write any of the script myself
      Alkazaar, 23/07/2014



    Originally written by;



Cezar Derevlean - www.dcezar.com - [email protected]