Disable Prime Video (JP) Pre-Roll Ads

Prime Video (JP) のプレロール広告(番宣)をたぶん無効にします。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name        Disable Prime Video (JP) Pre-Roll Ads
// @namespace   https://rinsuki.net/
// @match       https://www.amazon.co.jp/*
// @grant       none
// @version     1.0
// @author      rinsuki
// @description Prime Video (JP) のプレロール広告(番宣)をたぶん無効にします。
// @license     MIT
// ==/UserScript==

const openOrig = XMLHttpRequest.prototype.open
XMLHttpRequest.prototype.open = function (...args) {
  if (args[1].includes("GetPlaybackResources")) {
    args[1] = args[1].replace("%2CCuepointPlaylist", "")
  }
  return openOrig.apply(this, args)
}
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元