Filed under: Firefox, Good News Everyone, Google Chrome, Opera, Releases, Safari, ScribeFire
Tag Archives: chrome
Private Browsing
Private Browsing As you browse the web, Firefox remembers lots of information for you: sites you’ve visited, files you’ve downloaded, and more. There may be times, however, when you don’t want other users on your computer to see this information, such as when shopping for a birthday present.
Disable Location In Firefox, Internet Explorer & Chrome
Modern browsers including Chrome, Firefox and Internet Explorer now include “geolocation” services based in the browser. What this does is attempt to locate you based on your IP, wi-fi or network location. It is used for several reasons, including adding a location to your tweets or Facebook updates, or to locate you on a map. …
Continue reading “Disable Location In Firefox, Internet Explorer & Chrome”
How do I disable the new Chrome Print Preview feature?
For some strange reason Google have made the Print Preview in Chrome mandatory in the latest update. While there is no setting option to disable the print preview you can do it with a program launch switch –disable-print-preview.
Disable textarea resizing
CSS to disable resizing The CSS to disable resizing for all textareas looks like this: textarea { resize: none; }
CSS How do I disable textarea resizing?
textarea { resize: none; }