使用firefox时,每次一点地址栏,都会显示一些经常使用的网址,除了url外还有网站的注释。不想让人看到这些注释信息,去掉又找不到相关配置项,只能另想办法——既然管不了是不是显示,那就修改字体颜色和背景色相同,肉眼就看不到了,效果也是一样的^_^。
最终搞出来的效果就是下图这样的:
64位Win7,登录用户SmileWolf,在目录C:\Users\SmileWolf\AppData\Roaming\Mozilla\Firefox\Profiles\ha8jvabg.default下增加chrome目录,并在chrome目录下编辑文件userChrome.css,在文件中写入下面的内容就OK了。
/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*/
.ac-comment {font-size: 100% !important; color: #cce8cf !important; } /*定义下拉菜单中标题字体的大小和颜色*/
.ac-comment[selected='true'] { color: #3399ff !important; } /*定义下拉菜单中被选中项的标题字体的颜色*/
.ac-url-text {font-size: 100% !important; color: #000077 !important; } /*定义下拉菜单中链接字体的大小和颜色*/
.ac-url-text[selected='true'] { color: #FFFFFF !important; } /*定义下拉菜单中被选中项的链接字体的颜色*/
/*
#urlbar {
}
*/
/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
转载于:https://my.oschina.net/SmileWolf/blog/42000
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/110468.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...