Firefox: Wrong bookmark icon
For a while now, I’ve had one bookmark in my list of favorites that had the wrong icon. The site the bookmark was for did not have a favicon so it should have just had a blank page icon next to it. Instead, it was showing the Fark icon. It’s a minor issue but it bugged me every time I opened my bookmarks.
The answers I found almost always involved installing an extension or deleting and recreating the bookmark. Instead of doing that, I decided to look at the bookmarks.html file. That is where I found the answer to removing the icon.
The steps are fairly simple:
- Open the directory containing the Firefox profile.
- Open bookmarks.html with a text editor.
- Find the line starting with <DT> that contains the link to the site.
- Delete the ICON href tag
- <a href=”….” icon=”123″> would become <a href=”….”>
- Save the file and start (or restart) Firefox.
If you want to disable bookmark icons all together, check out the instructions here.
One cannot and must not try to erase the past merely because it does not fit the present. - Golda Meir
02.Nov.07
Browsers
Comment (1)
Foxmarks keeps Firefox bookmarks synched
Do you have multiple systems running Firefox? Want an easy way to keep your bookmarks synchronized? The best way I’ve found to do it is by using Foxmarks. I’ve been using it for over a month now and it works great.
Foxmarks synchronizes with the Foxmarks server in three ways:
- Automatically while using Firefox
- Every minute if changes are detected
- Every hour regardless of changes in order to synch changes from other machines
- When Firefox is opened or closed
- Manually by clicking Synchronize Now in the Foxmarks options (Bookmarks -> Foxmarks)
If you are concerned about sending your bookmarks via plain text over the Internet, you can set Foxmarks to use HTTPS.
- Open the Foxmarks options
- Click the Other tab
- Select the radio button for HTTPS under Advanced Server Settings
The current release of Foxmarks on the Firefox Add-ons page is 0.89. It is compatible with Firefox 1.5 and 2.0. Their privacy policy can be found here. The full FAQ can be found here.
Speak when you are angry and you will make the best speech you will ever regret. - Ambrose Bierce
22.Feb.07
Add-ons, Browsers
Comments (0)
Firefox won’t open maximized
It all started after hitting a website that tried to open a pop-up. For some reason, instead of opening a new window, it opened in a tab and resized the main window. I would estimate that the browser window went to about 90% width (full height). Clicking the Maximized button opened it back up to full size.
After that happened, Firefox would not open fully maximized. It would only open to the size that it was changed to after I hit the site (can’t remember which site). I searched through the settings in the Firefox configuration (about:config) but couldn’t find anything to set the size of the window upon startup.
The fix was to go into the Firefox profile directory and delete/rename the localstore.rdf file. Firefox recreates the file when it starts. I don’t know what caused the file to get changed. I do know it has to do with this entry in the RDF file:
height="705"
screenX="0"
screenY="0"
sizemode="maximized" />
The width and height entries were somehow changed to 950 and 718 (respectively). I deleted the newly created RDF file, edited the two entries in the backup I had made, renamed the backup to localstore.rdf and restarted Firefox. Firefox opens fully maximized each time now.
26.Dec.06
Browsers
Comments (4)
Firefox: Backspace = Page up?
While using Firefox 2 on my Ubuntu laptop, I noticed something strange. It would scroll up the web page (if possible) every time I pressed the Backspace key. This is completely different than what it does on my XP system (back one page in history).
I went into about:config and typed backspace in the Filter: field. The value of the entry was one (1). I checked the value of the entry on my Windows machine and it was set to zero (0). Since it was working right on the Windows system, I changed the value to zero on the Ubuntu system. Now, Firefox goes back one page when the backspace key is pressed.
I didn’t know why the default on Ubuntu was different until I went to the MozillaZine page concerning browser.backspace_action. It turns out that Mozilla made the defaults different for Windows and Linux. The reason can be found here.
A Bugzilla entry was created to request the behavior be changed back but, according to one of the comments, it looks like it was abandoned. Oh well. Guess I’ll just have to take the whole 8 seconds required to go into about:config and change it manually.
27.Nov.06
Browsers
Comments (2)
Firefox 2.0: Change the close button
The latest version of Firefox now defaults to having a close button on every tab just like Opera. If you don’t like it, or just want to change it, here’s how.
- Type about:config into the address bar.
- In the Filter: field, type browser.tabs.closebutton.
- Change the integer value to:
- 0 - Close button on active tab only.
- 1 - Close button on all tabs (default).
- 2 - No close button. Must use middle-click, Ctrl+W or File -> Close Tab.
- 3 - Close button on far right of tab bar (Firefox 1.5 style).
Changes take effect immediately.
31.Oct.06
Browsers
Comments (0)






















