カテゴリー: スニペット,
Chromeの不具合で拡張機能の設定が全滅。Stylusのコードも作り直しになってしまった。
公式で公開とまでは思わないのでここに記載していく。
.sb_add{
opacity: .3;
}
a:visited {
color: purple !important;
}
.uEierd{
opacity: .5 !important;
}
/* 検索トップにあるPR商品
*/
div[data-card-type="cpc"],
div[data-track-type="cpc"]{
opacity: 0.3 !important;
}
/* 送料の文字を普通に
*/
.paid-shipping-wrapper--3HM4J {
color: #333;
}
/* >>1 の真下 */
#banner {
display: none !important;
}
/*
サイドバー
*/
.ad--right{
display: none !important;
}
.container_body {
margin-right: 0px !important;
}
/*
ウィンドウ下部に固定のバナー
*/
#js-thread_overlay_728x90 {
display: none !important;
}
div:has(> #js-thread_overlay_728x90){
display: none !important;
}
/*
コンテンツ終わり部分
*/
.ad--bottom{
display: none !important;
}
/*
コンテンツ途中
*/
#horizontalbanners99{
display: none !important;
}
/*
右下固定バナー
*/
body div:has(> iframe){
display: none !important;
}
iframe {
display: none !important;
}
div {
display: none !important;
}
b a{
font-size: 1.4em;
}
#rendering-content{
display: none !important;
}
関連記事はまだありません