您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hides anything related to karma on Reddit.
当前为
// ==UserScript== // @name Fuck Reddit Karma + Extras // @namespace https://*.reddit.com // @description Hides anything related to karma on Reddit. // @include https://*.reddit.com/* // @version 2.0 // @grant none // ==/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");
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址