您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Inspired by Benjamin Grosser's Facebook Demetricator. This script hides karma and comment values, so it's not about numbers anymore, it's about content.
// ==UserScript== // @name Reddit Dekarmacator (Hide Reddit Karma) // @namespace http://www.heikkilotvonen.fi/ // @version 0.2 // @description Inspired by Benjamin Grosser's Facebook Demetricator. This script hides karma and comment values, so it's not about numbers anymore, it's about content. // @include *reddit.com/* // @grant GM_addStyle // @copyright 2012+, Heikki Lotvonen // ==/UserScript== GM_addStyle(".score{display:none;} .score.likes{display:none !important;} .score.dislikes{display:none !important;} .res_post_ups{display:none !important;} .res_post_downs{display:none !important;} .userkarma{display:none !important;} .karma{display:none !important;} .res_comment_ups{display:none !important;} .res_comment_downs{display:none !important;} .downvotes{display:none !important;} .upvotes{display:none !important;} .authorDetail{display:none !important;}");
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址