• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Program for opening firefox links

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

AlucardCasull

Member
Joined
May 19, 2003
Location
Columbus, Ohio
So I want a small program that will open certain tabs in firefox at once. For example a "School" one that opens my email, schedule, course websites. Then a "Research" one that will open wikipedia and other online research sites. Would this be a simple venture for someone who did some VB about 2 years ago, and programs equations on a TI-86? Thanks!!
 
If you organize each of the links into proper folders in the Bookmarks Menu, there will be an option that says "Open All in Tabs"

In version 3.0.5 at least
 
Might try looking for an extension called "sessions"

That is a feature in Opera so they might have an extension for it in Fx
 
Throw this in a .bat file:
Code:
cd .. 
cd ..
cd ..
cd "Program Files"
cd "Mozilla Firefox"
firefox google.com yahoo.com ask.com

still too easy for you? :p
 
You can also enter multiple URLs as the starting page.

Just go to Tools/Options/Main/Home Page and type the pages separated by a '|' or just navigate to all the pages you want to see in startup and press the "Use Current Pages" button.
 
Throw this in a .bat file:
Code:
cd .. 
cd ..
cd ..
cd "Program Files"
cd "Mozilla Firefox"
firefox google.com yahoo.com ask.com

still too easy for you? :p

good ol bat :attn:
 
Back