Fuck Reddit Karma + Extras (Old Reddit)

Hides anything related to karma on Old.Reddit.

当前为 2025-08-04 提交的版本,查看 最新版本

// ==UserScript==
// @name        Fuck Reddit Karma + Extras (Old Reddit)
// @author      Unbroken
// @namespace   https://*.reddit.com
// @description Hides anything related to karma on Old.Reddit.
// @include     https://*.reddit.com/*
// @version     2.05
// @icon        https://www.google.com/s2/favicons?domain=www.reddit.com
// @grant       none
// @license     GPLv3
// ==/UserScript==

//This section hides anything related to "Karma"
$(".arrow").css("display", "none");
$(".score").css("display", "none");
$(".rank").css("display", "none");
$(".karma").css("display", "none");
$(".userkarma").css("display", "none");

$("span:contains('[score hidden]')").css("display", "none");

//This section hides the secret santa garbage
$(".hohoho-header").css("display", "none");
$(".hohoho").css("display", "none");

//This section will hide any other reddit nonsense
$("#header-img").css("display", "none");
$(".ad-container").css("display", "none");
$(".premium-banner-outer").css("display", "none");
$(".promoted").css("display", "none");
$(".awarding-icon-container").css("display", "none");

//This will hide the new stupid notifications bell
$("#notifications").css("display", "none");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址