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
Element Hiding Helper for Adblock Plus
5점중 5점 받음
Simplifies web-page element selection for blocking annoying banners.
이 검토는 현재 부가 기능의 이전 (1.3.8) 버전에 대한 것입니다.모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요