您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
让你不在担忧连坐封号的风险
当前为
// ==UserScript== // @name Steam 商店、社区点赞点菜以及奖励按钮 // @namespace https://steamcommunity.com/id/GarenMorbid // @version 1.0 // @description 让你不在担忧连坐封号的风险 // @author Garen // @match https://steamcommunity.com/id/*/home/ // @match https://steamcommunity.com/profiles/*/home/ // @match https://store.steampowered.com/app/*/ // @match https://steamcommunity.com/id/*/recommended/ // @match https://steamcommunity.com/profiles/*/recommended/ // @require http://code.jquery.com/jquery-1.11.0.min.js // @grant none // ==/UserScript== (function() { var thumb_up = $('.thumb_up'); var thumb_down = $('.thumb_down'); var thumb_upv6 = $('.thumb_upv6'); var thumb_downv6 = $('.thumb_downv6'); var funny = $('.funny'); thumb_up.css("display", "none"); thumb_down.css("display", "none"); thumb_upv6.css("display", "none"); thumb_downv6.css("display", "none"); funny.css("display", "none"); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址