Need the script to open multiple URLS in the browser.

clposterboy

Junior Member
Joined
Mar 10, 2010
Messages
104
Reaction score
5
I think it was shared here recently,but I forgot,I need to open 50 URLS all at once without consuming my time to open it individually one by one.
I need to copy the contents of each sub headings all at once.If someone can share it It would be great,thanks
 
I know there is a Chrome extension that opens multiple links...that may work. (I am sure there is a similair firefox extension)
 
I know that there is a Chrome extension that opens multiple links...that may work for what you need.

(also, I am sure there is a similar Firefox extension)
 
I know that there is a Chrome extension that opens multiple links...that may work for what you need.

(also, I am sure there is a similar Firefox extension)
 
crap...not sure what happened there. :(

Hope someone can delete those.
 
What is the firefox extension?
I think I saw one script here having contents of the form Var() or something like that.Can someone share it again or do anyone know it?Thanks.I was thinking instead of manually loading each sub urls one by one,what if I could open all the urls in seperate tabs automatically and come back when it is loaded successfully,thanks
 
I just update the homepage link from site to site1|site2|site3, then i press the home page, when i want to open multiple links in firefox.
 
Last edited:
urlopener.com is good one too i sometimes use it when needing this :)
 
Look at mine, easy and eco-friendly :D
whatever.bat
for /f %%i in (whatever.txt) do firefox %%i
whatever.txt
one url per site

Put whatever.bat and whatever.txt in firefox directory, maybe C:\Program Files\firefox or something.

Of course, you can replace "firefox" with "C:\Program Files\Internet Explorer\IEXPLORE.EXE" (should be within quote)
 
You could always write an iMacros script for it. Shouldn't take more than a couple of minutes to write and then you can customize it yourself too.

I love iMacros :)
 
Check this out
Code:
https://addons.mozilla.org/en-US/firefox/addon/3863

This should solve your problem.
 
i just understaNd all system but look like a machin, tons proxies, tons pages and the result is $$$$$$, do you win play this race ????
 
why not just use urlopener.com???

Just copy past the link and click open all.
 
Back
Top