If you’re tired of websites resizing your browser window, rest your weary head. In Firefox, you can disable website’s abilities to do this with Javascript:
Tools-> Options (Firefox -> preferences or ⌘, on OS X)
Select the “Content” tab.
Click on the “Advanced” button across from “Enable JavaScript”.
Uncheck the “Move or resize existing windows” checkbox.
Thanks to reddit user libertao, another one of the many bits of knowledge I’ve learned from comments on reddit.
It would appear that Firefox 3 is adding a border-radius value to all <hr/> tags. Removing the noshade=”noshade” property, or adding -moz-border-radius: 0 in the css will remove the rounded edges.
Firefox 3 has an annoying new URL bar that takes up about 75px in screen real estate for each auto-completed URL. It’s referred to as richResults in about:config. In the previous beta releases you were able to manually add a preference to remove this feature. As of firefox 3 beta 4 (or maybe beta 3, i didn’t install that release) this no longer works for whatever reason.
If you prefer the old style urlbar, you need to install the oldbar extension. https://addons.mozilla.org/en-US/firefox/addon/6227
Recent Comments