how to remove main menu items of thunderbird.

>> Friday, 8 June 2012

how to remove main menu items of thunderbird.
Hi there, I like to do some freaky things with my browser and applications on my computer. I have high configured computer and i have installed the windows xp on this machine. I have fun while using the Mozilla's Thunderbird browser as it is quit different from all the other browsers. Is it possible that i can remove all the items from the main menu on this browser ?
Reply With Quote
#2
Old 26-12-2009
Jackson2's Avatar
Jackson2 Jackson2 is offline
Member

Join Date: Apr 2008
Posts: 2,265
All the toolbar items on the same row.
Yes ofcourse, you can move all the menu items on the same row by doing some minor changes in the browser files. By doing this, you do not have to go to your menu again and again. You can say that you can create shortcuts for your menu items. This will speed up your browsing. And the horizontal space will be reduced as you will remove the items which you do not use frequently.
Reply With Quote
#3
Old 26-12-2009
johnson22's Avatar
johnson22 johnson22 is offline
Member

Join Date: May 2008
Posts: 2,111
Type the following code in userChrome.css
For removing the items from your main menu you have to add some codes to the userChrome.css which is a browser file. For example if you want to remove the GO and Help from your main menu then type following code to the userChrome.css

menu[label="Go"], menu[label="Help"] {
display: none !important;
}
Reply With Quote
#4
Old 26-12-2009
KAMAL60 KAMAL60 is offline
Member

Join Date: Sep 2009
Posts: 152
Need some more tricks for Thunderbird.
WOW!!! I have removed the Go and HELP from my main menu successfully. And i am so satisfied by doing that. Can i have some more tricks to do with the Thunderbird ?
Reply With Quote
#5
Old 26-12-2009
Trio's Avatar
Trio Trio is offline
Member

Join Date: May 2008
Posts: 2,752
Own background for the toolbars.
You can even change the background of the toolbars on your Thunderbird browser. And any type of image file are supported for this task. You just have to add some code to the userChrome.css, You may choose any image instead of background.gif

menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("background.gif") !important;
background-color: none !important;
}
Reply With Quote
#6
Old 26-12-2009
Techguru01's Avatar
Techguru01 Techguru01 is offline
Member

Join Date: Oct 2005
Posts: 2,116
Change Group Sort by Background Color.
You may even change the group sorting according to its background color. You just need to add following code to the userChrome.css In this example, It has been done for background color of Group by Sort "Today, Yesterday and so on..

treechildren::-moz-tree-row(dummy) {
background-color: #96C0EF !important;
margin-bottom: 1px !important;
padding-left: 2px !important;
}

treechildren::-moz-tree-row(dummy, selected) {
background-color: -moz-Dialog !important;
}

treechildren::-moz-tree-row(dummy, selected, focus) {
background-color: Highlight !important;
}

treechildren::-moz-tree-cell-text(dummy) {
font-weight: bold !important;
}
__________________
I'm the Proud Owner of the most dangerous weapon
known to man kind: Human Brain

0 comments:

Post a Comment

Read - Share - Comment

About This Blog

Share and Save

About Author