When you type a web address in the location bar of Mozilla Firefox, a drop-down list will appear, showing entries in your browser history that match what you have typed so far. Sometimes people only want entries that have been previously typed. Well, there’s a preference setting for that. Enter about:config in the location bar. [...]
Ever get an email message in Thunderbird, with so many files attached, the attachment pane takes over the message viewing area? In Mozilla Thunderbird, you can set a limit to the height of the attachments pane. Open a text editor, such as Notepad, and paste this text: #attachmentList {max-height: 4em !important;} Save the file as [...]
Continue reading about Limiting The Attachment Window Size in Thunderbird »
Here are some Prefbar tips I’ve kept around. – To create a button for Normal ‘Text Size‘, use the onclick value ZoomManager.prototype.getInstance().reset(); – To create a button for ‘Close Tab‘, use the onclick value BrowserCloseTabOrWindow(); (this may cause your window to close if you click on it, with one tab open) – In the Mozilla [...]
A little teaser…