Support Forums

Full Version: Address Bar tips
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Paranoid? I am.
In your usrChrome.css

/* Hide auto-complete in address bar */
#PopupAutoComplete, .autocomplete-tree {
visibility: hidden !important;
display: none !important; }

/* Remove arrow from Address bar */
.autocomplete-history-dropmarker {
display: none !important; }
Cool. Thanks for the tips! I always wondered how to remove that arrow.
Hi,
Awesome tips,thanks for share with us..