Nơi chia sẽ kiến thức về CNTT
thủ thuật Blogger, thủ thuật AutoIT
Imacross, VBA cho Excel

18 thg 7, 2013

[iMacros Script] iMacro Script Add Extention Firefox To Collections

Step. 1 Goto Firefox add-ons site.
Step. 2 Find Extension name (Extension List Dumper).
Step. 3 Install Extension.
Step. 4 Goto Extension.
Step. 5 Export Extension list to text file.
Step. 6 Conver text file to csv file.
Step. 7 Run iMacro script by Play (Loop) = You extension length
Step. 8 Enjoy.   




Example data in file Firefox_Add_Ons.csv
Greasemonkey
iMacros for Firefox
InspectThis
LastPass
Memory Restart
Menu Editor
Menu Icons Plus
Movable Firefox Button
QuickFox Notes
QuickJava

'------------------------------- Start Script --------------------------------------------------------
'Red color to change
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_TAG 0
SET !TIMEOUT 60
SET !DATASOURCE D:\Firefox_Add_Ons.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1

URL GOTO=https://addons.mozilla.org/en-US/firefox/addon/blocksite/?src=search
WAIT SECONDS=3
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/en-US/firefox/search/ ATTR=ID:search-q CONTENT={{!COL1}}
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=SRC:https://static-ssl-cdn.addons.mozilla.net/media/img/zamboni/global/btn-search.png?b=f2fa113&&TITLE:Search&&TYPE:submit&&CLASS:search-button
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=TXT:*{{!COL1}}*
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>to<SP>collection
WAIT SECONDS=7

'You Firefox Collection Ex. Firefox
TAG POS=1 TYPE=SPAN ATTR=TXT:Firefox
WAIT SECONDS=7


 '------------------------------- End Script --------------------------------------------------------
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 nhận xét

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© 2016 Blog kiến thức
Designed by blgkienthuc.blogspot.com Cooperated with blgkienthuc.blogspot.com/
Released under Creative Commons
Posts RSSComments RSS
Back to top