Search found 69 matches

by access2vivek
Sun Nov 04, 2018 11:32 am
Forum: iMacros for Firefox
Topic: hi guy, I have a question, please help me?
Replies: 1
Views: 3239

Re: hi guy, I have a question, please help me?

Copy and paste the code of all the 25 macros into one file :-p
by access2vivek
Sun Nov 04, 2018 11:31 am
Forum: iMacros for Firefox
Topic: opens a new window
Replies: 1
Views: 2178

Re: opens a new window

You can simply open the sidebar once and it will remain open till you close it manually.
by access2vivek
Sun Nov 04, 2018 11:12 am
Forum: iMacros for Firefox
Topic: Select Multiple Files
Replies: 2
Views: 2873

Re: Select Multiple Files

I am pretty sure that iMacros does not support uploading multiple files for the specification that you provided.
by access2vivek
Sun Nov 04, 2018 10:59 am
Forum: iMacros for Firefox
Topic: Delete Numbers
Replies: 3
Views: 2937

Re: Delete Numbers

You can get the extracted value in a variable and replace the variables using a regular expression as such. Assuming that you have the value extracted in the !EXTRACT variable, you can do something like the following. var temp = iimGetLastExtract(); // Storing the value of the last extract in a temp...
by access2vivek
Sun Nov 04, 2018 10:52 am
Forum: iMacros for Firefox
Topic: How to open a image on New TAB
Replies: 1
Views: 2022

Re: How to open a image on New TAB

You can copy the HREF attribute of the image and then open a new tab. Use URL GOTO= to open that image as follows. var code="CODE:"; code+="TAG POS=1 TYPE=IMG ATTR=* EXTRACT=HREF\n"; // This gets the link attribute of the image. code+="TAB OPEN\n"; // Open a new Tab cod...
by access2vivek
Sun Nov 04, 2018 10:39 am
Forum: iMacros for Firefox
Topic: Help
Replies: 1
Views: 1831

Re: Help

You can simply use the tag :-

SET !TIMEOUT_STEP 60

before the command so that it will wait a maximum of 60 seconds for the tag. If that tag is found before 60 seconds, it will move on to the next step.
by access2vivek
Sun Nov 04, 2018 10:33 am
Forum: iMacros for Firefox
Topic: Imacros FireFox
Replies: 1
Views: 2005

Re: Imacros FireFox

You can create a batch file that runs the Macro. Your code for the .bat file will look something like the following: - start firefox.exe imacros://run/?m=NAMEofMACRO.iim Then, using the "Task scheduler" in Windows, you can run it every hour :-D. Open your Task Scheduler and select - "...
by access2vivek
Thu Nov 01, 2018 6:00 am
Forum: Installation and License Activation
Topic: Is a license required?
Replies: 4
Views: 12839

Re: Is a license required?

Thank you so much Tom. The information that you have provided is extremely valuable! Of course I do not intend to resell the extension itself since it is a free extension! I will be sending the extension as a bundle along with Firefox Portable for free. I will only be charging for the script that I ...
by access2vivek
Thu Oct 18, 2018 7:19 am
Forum: Installation and License Activation
Topic: Is a license required?
Replies: 4
Views: 12839

Is a license required?

Hello iMacros community. This is my first post in the forum. I will try to make it short and simple. I am using iMacros add-on for Firefox version 8.9.7 and using an older version of Firefox to use that add-on. Using JavaScript code, I have managed to create a few good scripts which are worth sellin...