Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mozilla Firefox macro
#1
-> New setup program

very nice.
acc on firefox rocks.

my firefox_freeze macro is saving the current url and search bar item.
i only have to find the titles and urls from the other tabs to
make it perfect.
pi
#2
Here is my version:

Code:
Copy      Help
type MOZILLATAB ~name ~url
ARRAY(MOZILLATAB) am
Acc a aa

a=acc("" "PROPERTYPAGE" "Mozilla Firefox" "MozillaWindowClass" "" 0x1080 0 0 "f"); err ret
rep
,a.Navigate("f" aa)
,MOZILLATAB& mt=am[am.redim(-1)]
,mt.name=aa.Name
,mt.url=aa.Value
,a.Navigate("n"); err break

int i
for i 0 am.len
,out "name: ''%s'', url: ''%s''" am[i].name am[i].url
#3
very nice.
pi
#4
SHNIKEEEE thats slick!!!
#5
and how do i save the last search entry ?

please extend the example to restore firefox.

all tabs, last search item, last active sidebar

:oops:
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)