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) 버전에 대한 것입니다.