Custom Buttons2

Firefox Custom Buttons2 - Firefox Custom Buttons2 Addon to create your own buttons that automate your common browsing task.
@ferdzNK (3211)
Philippines
June 11, 2008 2:50am CST
Did you ever want to create your own Firefox buttons to simplify common browsing experience? Say you want your web mail login page to open with a single click. Your favorite myLot interest to show up with a single click. Here's another, you just copied a web address, you open a new tab paste the address to the address bar and then press the Go button, imagine doing this with just one lick. With script programming you could create a more complicated sequence of command all with just a click of a button. Let me introduce you to Custom Buttons2 http://addons.mozilla.org/en-US/firefox/addon/5066 this provides the basic code necessary to create, maintain, import, and export custom toolbar buttons. These custom buttons can be written to do various tasks that the user may require. Hey, but I don't know anything about programming script! No worry, if its simple function like shortcut link then I could help you with that. If you want to see how other did it then visit their forum at http://custombuttons2.com/forum you could even request your own thing there. These are some of the shortcut buttons to get you started: Yahoo mail: javascript:gBrowser.selectedTab=(Browser.addTab("http://us.f353.mail.yahoo.com/") myLot Computer Interest: javascript:gBrowser.selectedTab=(Browser.addTab("http://www.mylot.com/w/lists/13_105531/default.aspx") myLot make extra money Interest: javascript:gBrowser.selectedTab=(Browser.addTab("http://www.mylot.com/w/lists/4_118984/default.aspx") Don't you just love Firefox do your things your way?
1 response
• Greenland
13 Jun 08
tnx for the topic man really usefull :D are you sure it's completely safe?
1 person likes this