Block Amazon Xray

Hide the Amazon Xray elements when playing Prime video.

Pada tanggal 14 April 2019. Lihat %(latest_version_link).

  1. // ==UserScript==
  2. // @name Block Amazon Xray
  3. // @namespace https://github.com/kerfufflev2
  4. // @author Kerfuffle
  5. // @description Hide the Amazon Xray elements when playing Prime video.
  6. // @match *://*.amazon.com/gp/video/detail/*
  7. // @match *://*.amazon.co.jp/gp/video/detail/*
  8. // @match *://*.amazon.de/gp/video/detail/*
  9. // @match *://*.amazon.co.uk/gp/video/detail/*
  10. // @grant GM_addStyle
  11. // @version 0.0.1.20190414193915
  12. // ==/UserScript==
  13.  
  14. GM_addStyle('.webPlayer .xrayQuickView { display: none !important; }')