firefox addon

2017年9月23日土曜日

1.Hide Caption Titilebar Plus
タイトルバーを隠す

2.stylish
ユーザスタイルシートの管理

サイドバーを左にするcss
#browser {
-moz-box-direction: reverse;
}
#sidebar-box {
overflow-x: hidden !important;
}
#sidebar {
min-width: 0px !important;
max-width: none !important;
overflow-x: hidden !important;
}

webフォント
* {
font-family: "Source Han Sans", sans-serif !important;
}

iframe{
display:none !important;
}
/*全てのiframeを非表示にする。*/

@-moz-document domain(google.com), domain(google.co.jp)
/*「google.com」と「google.co.jp」のドメインのところのみに適用する。
増やしたい場合は、domain(○○○)をコンマで追加していけばOK*/ {
iframe:not([style*="display:"])
/*style属性に「display:」を含まないもの、つまり表示形式を指定していないものにを非表示
これで一応、ホワイトリストにはなるんじゃないかと思うけどね。*/
{
display:inline !important;}
}

/*Yahoo HPにある余計なもの全部*/
#sub>div[style="min-width: 350px; min-height: 197px;"],#rma-pdv,#topImpactR,#topImpactL,div[style="position: absolute; right: 0px; width: 950px; height: 600px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; opacity: 1; transition: all 0.5s ease 0s;"],#brandpanel,#announce,#disasterbox,ul.symbol,#realtime,#selectionR,#companybox,#cgmboxR,#eventPromo,#event,#yjidbox,#qurioRanking,#ultra,#qurioRecommend,#video,#commercebox,#cb,#bpad1481887180{display:none;}
#YPAbeltchild{display:none !important;}
/*Yahooブログに出てくる広告*/
#ydn-top{display:none;}

.insentence-adsense{
display: none;
}

firefox56で音を出すには「PulseAudio」が必要になった
その対策に
アドオン:Watch with MPV(実際の拡張機能名はmpv-youtube-dl-binding)で処理
MPV
youtube-dl

Firefoxが自動でアップデートするのを停止
/root/.mozilla/firefox/u0gdk59s.default/prefs.js に下記追加
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("app.update.url", "");
user_pref("app.update.url.override", "");
user_pref("browser.search.update", false);

Copyright © 2010 休眠 | Free Blogger Templates by Splashy Templates | Layout by Atomic Website Templates