Greasy Fork镜像 还支持 简体中文。

泥巴影院解除分享限制

沒有限制就是好

目前為 2021-11-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name         泥巴影院解除分享限制
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  沒有限制就是好
// @author       Bjdanny
// @match        https://www.mudvod.tv/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

document.getElementById("bg_cover").remove();
document.getElementsByClassName("qy-header-warn-alert")[0].style.display="none";
})();

QingJ © 2025

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