Block Amazon Xray

Hide the Amazon Xray elements when playing Prime video.

目前為 2019-04-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name Block Amazon Xray
// @namespace https://github.com/kerfufflev2
// @author Kerfuffle
// @description Hide the Amazon Xray elements when playing Prime video.
// @match *://*.amazon.com/gp/video/detail/*
// @match *://*.amazon.co.jp/gp/video/detail/*
// @match *://*.amazon.de/gp/video/detail/*
// @match *://*.amazon.co.uk/gp/video/detail/*
// @grant GM_addStyle
// @version 0.0.1.20190414193915
// ==/UserScript==

GM_addStyle('.webPlayer .xrayQuickView { display: none !important; }')

QingJ © 2025

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