控制页面

防止小孩偷偷看视频专用😂😂😂😂😂,可能会对部分页面有一定的影响

// ==UserScript==
// @name         控制页面
// @license MIT
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  防止小孩偷偷看视频专用😂😂😂😂😂,可能会对部分页面有一定的影响
// @author       Sharkor
// @match        *://*/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=vrmoo.net
// @grant        none
// @require      https://code.jquery.com/jquery-2.1.4.min.js

// ==/UserScript==

(function() {
    'use strict';
    setInterval(function(){
        $("video").remove();
    },1000);
})();

QingJ © 2025

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