红杏视频破解会员

针对红杏视频的优化脚本,此脚本可以让用户观看全站视频,免费无任何注入

// ==UserScript==
// @name                红杏视频破解会员
// @namespace           https://tampermonkey.net.cn/
// @version             3.3.5
// @license             MIT
// @match               https://*.aidou.pro/*
// @match               https://*.aidou.art/*
// @match               https://*.aidoo.pw/*
// @match               https://*.aidoo.info/*
// @icon                https://www6.aidou.pro/static/img/logo.png
// @grant               none
// @description 针对红杏视频的优化脚本,此脚本可以让用户观看全站视频,免费无任何注入
// ==/UserScript==

(function() {
    'use strict';
    document.querySelector('.video div div div').innerHTML = `<iframe border="0" src="/play/vod.html?id=${window.location.href.split('/', -1).pop().split('.', -1)[0]}" width="100%" height="100%" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" scrolling="no" vspale="0" noresize=""></iframe>`
})();