WakeUp

معلومات عنّي

معلومات المطور
الاسم WakeUp
مُستخدم منذ يوليو 27, 2016
عدد الإضافات التي طورتها 0 إضافة/إضافات
معدّل التقييم من مطوري الإضافات بلا تقييم حتى الآن

In a little more detail...

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

تعليقاتي

MSDN

مقيمة بـ 1 من 5 نجوم

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

مقيمة بـ 1 من 5 نجوم

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)