WakeUp

自己紹介

開発者情報
タイトル WakeUp
ユーザー登録日 7月 27, 2016
開発したアドオンの数 0個のアドオン
この開発者のアドオンの平均評価 まだ評価されていません

もう少し詳しく...

Focusing our efforts on non-productive and non-creative endeavours wastes lives as surely as war. Jacque Fresco

自分のレビュー

MSDN

5 つ星中 1つの評価を受けています

Tab Wheel Scroll

5 つ星中 5つの評価を受けています

#MaxHotkeysPerInterval 200
DoWeNeedToFireMouseWheel()
{
MouseGetPos, x1, y1, hw1
if (y1 >= 0 && y1 < 80 && WinActive("ahk_class MozillaWindowClass"))
return 1
}
#If, DoWeNeedToFireMouseWheel()
WheelUp::
Send ^+{Tab}
return
WheelDown::
Send ^{Tab}
return
#If

AutoPager Fixed

5 つ星中 1つの評価を受けています

Doesn't work out of the box.
Maybe need to be tuned.

Element Hiding Helper for Adblock Plus

5 つ星中 5つの評価を受けています

Simplifies web-page element selection for blocking annoying banners.

これは以前のバージョン (1.3.8) についてのレビューです。