您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hide claimed games on gaming.amazon.com
当前为
// ==UserScript== // @name Prime Gaming hide claimed games // @namespace https://github.com/pabli24 // @version 0.5 // @description Hide claimed games on gaming.amazon.com // @author Pabli // @license MIT // @match *://gaming.amazon.com // @match *://gaming.amazon.com/home* // @match *://gaming.amazon.com/?ingress* // @icon https://d2u4zldaqlyj2w.cloudfront.net/b5de57e6-cb6b-4c8e-8461-029f631faee4/favicon.ico // @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js // @grant GM_addStyle // ==/UserScript== (function() { function hide() {$('.offer-list__content__grid>.tw-block:has(.tw-c-text-alert-success)').addClass('hide')} setInterval(hide, 100); GM_addStyle('.hide,.featured-content-banner,.featured-content-shoveler,[data-a-target="offer-section-TOP_PICKS"],[data-a-target="offer-section-FGWP"],[data-a-target="offer-section-EXPIRING"]{display: none!important}'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址