Witamy na witrynie Dodatki dla programu Firefox dla Androida.
Dodaj dodatkowe funkcje i motywy, by dostosować program Firefox dla Androida do swoich potrzeb.
ZamknijFirefox user 164195
O mnie
Nazwa | Firefox user 164195 |
---|---|
Użytkownik od | Lis. 16, 2017 |
Liczba utworzonych dodatków | 0 dodatki |
Średnia ocena dodatków autora | Brak ocen |
Moje opinie
Tab Wheel Scroll
Oceniono na 5 z 5 możliwych gwiazdek
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.
Aby tworzyć własne kolekcje, musisz mieć konto na witrynie Mozilla Add-ons.