新googleの各ページに表示されちゃう Gmail アカウントを隠す

はてなに引っ越し。

google にログインしてたら、google の各ページにGmailのアドレス(=googleアカウント)が表示されてしまうので、画面覗かれたらアドレスがばれてヤだ、って隠れていたい症候群の人をサポートする Stylish 用スタイル。

これの更新版。


google.(co.jp|com)、Gmail、ニュース、リーダー、カレンダー、ドキュメントでアカウントアドレスが消えるのを確認

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.co.jp"), domain("google.com") {
	#guser>b, /* calendar */
	#guser>nobr>b, /* google, image, gmail */
	#guser>nobr>font>b, /* news */
	#guser>div>nobr>b, /* document */
	#gb>nobr>b, /* search result */
	#email-address, /* reader */
	#f_email, /* analytics */
	td.writely-right>b {
		display: none !important;
	}
}
    • -

2008/9/12 Google Analytics にも対応