Slickdeals Cleaner NG

Removes ADs, promotional junk, and any sponsored or featured sections.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name             Slickdeals Cleaner NG
@description      Removes ADs, promotional junk, and any sponsored or featured sections.
@match            *://slickdeals.net/*
@version          1.0
@namespace https://greasyfork.org/users/1210203
==/UserStyle== */

/* rm ads */
IFRAME,
.frontpageGrid__bannerAd,
.ad,
.abc,
.ab,
.sideGridAuWrapper,
.commentsAd,
#bottomDDAd,
#logoarea,
[data-adlocation],
#ads-bottom,
.mobileAdFluid,
#pageContent::after {
  display: none !important;
}

/* rm junk */
.sdModalOverlay,
.slickdealsHeader__disclaimer,
.slickdealsHeader__linkSection,
.slickdealsHeaderSubNav,
.frontpageRecommendationCarousel,
.recommendedDealAlertsSection,
.relatedCategory,
.bp-p-sidebarCoupons,
[data-role="rightRailBanner"],
[data-module-name="trending-stores"],
[data-module-name="Top Categories"],
.slickdealsFooter__apps,
.welcomeToast,
.bottomFullBar,
.extensionSearchBanner,
#sdfacebook_options_dialog {
  display: none !important;
}
body.pushToAppDrawerScrollLock {
  overflow: visible !important;
}
#prefContainer {
  margin-top: 21px !important;
}
.pageContent--reserveAnnouncementBar {
  padding-top: 0 !important;
}

/* rm promoted deals */
.frontpageGrid__feedItem {
  display: none !important;
}
li:has([data-pno]) {
  display: initial !important;
}

/* add color bars back */
.bp-p-sidebarDeals--popular > .bp-p-sidebarDeals_sectionTitle {
  border-top: 3px solid #ffb851;
}
.bp-p-sidebarDeals--trending > .bp-p-sidebarDeals_sectionTitle {
  border-top: 3px solid #0072bc;
}

/* improve thumbs contrast */
.blueprint .bp-p-ratingThumbs_icon--full .bp-i-thumb {
  text-shadow: 0px -1px #333, 1px -1px #333, 1px 0px #333, 1px 1px #333, 0px 1px #333, -1px 1px #333, -1px 0px #333, -1px -1px #333 !important;
}
.blueprint .bp-p-ratingThumbs_icon--partial .bp-i-thumb {
  color: #FFE659 !important;
  opacity: 0.5 !important;
  text-shadow: 0px -1px #666, 1px -1px #666, 1px 0px #666, 1px 1px #666, 0px 1px #666, -1px 1px #666, -1px 0px #666, -1px -1px #666 !important;
}

/* proper disclaimer */
.ftcDisclaimer {
  font-style: normal !important;
  font-weight: bold !important;
}
.ftcDisclaimer>span:nth-child(2):before {
  content: "NOTICE: " !important;
  color: red !important;
  font-size: 12px !important;
}