mieki256's diary



2005/04/01(金) [n年前の日記]

#3 [mozilla] Mozilla Firefox の userChrome.css 等への記述内容をメモ

右クリックメニュー(コンテキストメニュー)の項目を消すことができなくてちょっとハマった。userChrome.css への記述が間違ってたみたい。とりあえず、メモ。

userChrome.css には以下を追加。 Copy URL+ については、 _こちらの紹介記事 が詳しくて助かりました。感謝であります。
/* context menu item display off */
#context-back,
#context-forward,
#context-stop,
#context-sep-stop,
#context-savepage,
#context-sendpage,
#context-sep-open,
#context-bookmarklink,
#context-savelink,
#context-sendlink,
#context-copyemail,
#context-copyimage-contents,
#context-sendimage,
#context-setWallpaper,
#context-blockimage,
#context-sep-viewbgimage,
#context-viewbgimage
{ display: none; !important; }

/* search bar no rireki button */
#searchbar .autocomplete-history-dropmarker {
    display: -moz-box !important;
    -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
}

/* Copy URL plus Icon display OFF */
.icon-copyurlplus16 {
 list-style-image : none !important;
}
『 { display: none; !important; } 』の前に、『,』を入れて、ハマってたらしい…。

userContent.css には、以下を追加。広告関係を一部非表示に設定。
*[src*="rcm-images.amazon.com"],
*[src*="rcm-jp.amazon.co.jp"],
*[src*="rcm.amazon.com"],
*[src*="www.amazon.co.jp"],
a[href*="a8.net"],
a[href*="valueclick"],
a[href*="valuecommerce"],
a[href*="linksynergy.com"],
a[href*="trafficgate.net"],
a[href*="custom-click.net"],
a[href*="accesstrade.net"],
a[href*="webcashing.com"]{
	display:none;}

td#taw1,td.ch[onmouseout="cs()"],
td.ad,
span.ad,a[onmouseout="cs()"][target="nw"],
body[onLoad="document.gs.reset()"] > p.e *,
body[onLoad="document.gs.reset()"] > table ~ table + table + table > tbody,
a[href*="googlesyndication"],
iframe[name*="google_ads_frame"]{
 	display: none !important;}


user.js には、以下を追加。拡張機能 Copy URL+ の項目を増やしてる。
user_pref('copyurlplus.menus.1.label','URL Title - copy');
user_pref('copyurlplus.menus.1.copy','%URL% %TITLE%');
user_pref('copyurlplus.menus.2.label','URL Title Sel - copy');
user_pref('copyurlplus.menus.2.copy','%URL% %TITLE% %SEL%');
user_pref('copyurlplus.menus.3.label','URL - copy');
user_pref('copyurlplus.menus.3.copy','%URL%');
user_pref('copyurlplus.menus.4.label','Title -copy');
user_pref('copyurlplus.menus.4.copy','%TITLE%');
本当は、JSAction 側で同等処理をするスクリプトを記述すれば、Copy URL+ は外せるんだけど。書くのが面倒で…(爆)

以上です。

過去ログ表示

Prev - 2005/04 - Next
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project