「Syncメニュー・項目を隠す方法」の版間の差分
(ページの作成:「Category:Mozilla Firefox Category:ブラウザー Category:ソフトウェア Category:オープンソース {{DEFAULTSORT:Syncめにゅー・こうもく...」) |
|||
| 1行目: | 1行目: | ||
| + | ==プロフィール内== | ||
| + | プロフィール内の、chromeディレクトリの以下のファイルを変更。<ref>ファイルがなければ作成。</ref> | ||
| + | |||
| + | ===userContent.css=== | ||
| + | <pre> | ||
| + | @-moz-document url("about:preferences") { | ||
| + | #category-sync { display:none!important; } | ||
| + | } | ||
| + | </pre> | ||
| + | |||
| + | ===userChrome.css=== | ||
| + | <pre> | ||
| + | #PanelUI-fxa-status { display: none !important } | ||
| + | </pre> | ||
| + | |||
| + | ==脚注== | ||
| + | <references/> | ||
| + | |||
[[Category:Mozilla Firefox]] | [[Category:Mozilla Firefox]] | ||
[[Category:ブラウザー]] | [[Category:ブラウザー]] | ||