Per provar els milers de complements disponibles, baixeu el Mozilla Firefox, una manera ràpida i gratuïta de navegar per Internet!
TancaBenvingut a complements de Firefox.
Choose from thousands of extra features and styles to make Firefox your own.
TancaFirefox user 164195
Quant a mi
Nom | Firefox user 164195 |
---|---|
Usuari des de | nov. 16, 2017 |
Nombre de complements desenvolupats | 0 add-ons |
Average rating of developer's add-ons | Encara no s'ha valorat |
Els meus comentaris
Tab Wheel Scroll
Rated 5 out of 5 stars
SOLUTION FOR THE TIME BEING.
1) Get Autohotkey
2) Create the following script:
#IfWinActive ahk_class MozillaWindowClass
;MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
~WheelDown::
MouseGetPos X, Y
if ( X < 225 )
SendInput ^{Tab}
Return
~WheelUp::
MouseGetPos X, Y
if ( X < 225 )
SendInput ^+{Tab}
Return
Adjust the X value to the width of your vertical tab bar (if you are using a horizontal tab bar (you shouldn't), change to Y < 33 or similar. Auto-run the script with Windows. Voila! My life is complete again.
Per crear les vostres pròpies col·leccions, heu de tenir un compte al Mozilla Add-ons.