Block Amazon Xray

Hide the Amazon Xray elements when playing Prime video.

  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. // @include https://*.amazon.tld/gp/video/detail/*
  7. // @include http://*.amazon.tld/gp/video/detail/*
  8. // @grant GM_addStyle
  9. // @version 0.0.1.20190415143722
  10. // ==/UserScript==
  11.  
  12. GM_addStyle('.webPlayer .xrayQuickView { display: none !important; }')