カテゴリー: スニペット,
Chromeの不具合で拡張機能の設定が全滅。Stylusのコードも作り直しになってしまった。
公式で公開とまでは思わないのでここに記載していく。
.sb_add{
opacity: .3;
}
a:visited {
color: purple !important;
}
.ad-item,
[class^="ad-"] {
opacity: .3;
}
/* 検索画面 トップ スポンサー商品 */
.AdHolder {
opacity: 0.3;
transform: scale(0.7);
}
/* 検索画面 左サイドバー スポンサー商品 */
.s-left-ads-item {
display: none !important;
}
/* 検索画面 商品一覧 直下 動画 スポンサー商品 */
[data-video-type="sponsored"] {
display: none !important;
}
/* 検索画面 商品一覧 直下 動画 スポンサー商品 */
.amzn-safe-frame-container iframe {
opacity: 0.3;
transform: scale(0.5);
}
/* 商品画面 トップ説明文 下部 スポンサー商品 */
#ape_Detail_hero-quick-promo_Desktop_placement {
display: none !important;
}
/* 商品画面 トップ説明文 右部 スポンサー商品 */
#amsDetailRight_feature_div {
display: none !important;
}
/* 商品画面 コメント直下 スポンサー商品 */
#ad-endcap-1_feature_div {
display: none !important;
}
/* 商品画面 コメント直前 スポンサー商品 */
#ape_Detail_dp-ads-center-promo_Desktop_placement {
display: none !important;
}
/* 商品画面 コメントサイドバー スポンサー商品 */
#cr-ADPlaceholder {
display: none !important;
}
/* 購入完了画面 クレカ広告削除 */
#marketing {
display: none !important;
}
/* カート画面 クレカ広告削除 */
#sc-new-upsell {
display: none !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;
}
/* 出品画面 ヘッダ広告 */
#mkdiv_header_pitari {
display: none !important;
}
/* 出品画面 フッタ広告 */
#mkdiv_footer_pitari,
.footerAdOuter {
display: none !important;
}
/* 出品画面 フッタまるごと */
.footerOuter--other {
display: none !important;
}
/* 出品画面 サイドバー広告 */
[id^="google_ads"] {
display: none !important;
}
/* ヘッダ広告 */
#mkdiv_header_pitari{
display: none !important;
}
/* ヘッダ直下 近い商品 */
.item-list.row {
display: none !important;
}
関連記事はまだありません