Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Specific Tab in Firefox browser for Trigger
#2
This macro runs when Firefox window name changes, and prints "TRIGGERED" when the web page contains certain link that is in QM forum pages.

Macro Macro300
Trigger !n"- Mozilla Firefox" "MozillaWindowClass"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=TriggerWindow
str name.getwintext(hwnd)
out name ;;remove this
sel name
,case "New Tab - Mozilla Firefox"
,ret

Acc a.Find(hwnd "LINK" "Quick Macros Forum" "" 0x2011)
if(a.NotFound) ret

out "TRIGGERED"


Messages In This Thread
RE: Specific Tab in Firefox browser for Trigger - by Gintaras - 03-12-2019, 06:49 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)