10-03-2009, 07:22 PM
yes, i had this mind too.
Function firefox_change
Trigger !n"$." "MozillaUIWindowClass" "*" "MozillaWindowClass" "" 0x6 /FIREFOX
i want to control it by address, for that only acc works.
or do you know another way how to retrieve info from firefox tab ?
if ff.url contains quickmacros.com then show qmWebBar. (and when in ff.url there there is ?mode=edit then show buttons for extra composing message buttons)
when ff.url contains microbender.com show microbenderBar
... on ff.url="192.172.1.1" show apacheBar
Function firefox_change
Trigger !n"$." "MozillaUIWindowClass" "*" "MozillaWindowClass" "" 0x6 /FIREFOX

;out
int hwnd=val(_command)
str title.getwintext(hwnd)
title.findreplace(" - Mozilla Firefox")
out titlei want to control it by address, for that only acc works.
or do you know another way how to retrieve info from firefox tab ?
if ff.url contains quickmacros.com then show qmWebBar. (and when in ff.url there there is ?mode=edit then show buttons for extra composing message buttons)
when ff.url contains microbender.com show microbenderBar
... on ff.url="192.172.1.1" show apacheBar
