禁用神奇代码岛

禁用神奇代码岛,禁用BOX3,代码岛,BOX3,box3

目前為 2022-04-23 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         禁用神奇代码岛
// @namespace    http://tampermonkey.net/
// @version      0.6.3
// @description  禁用神奇代码岛,禁用BOX3,代码岛,BOX3,box3
// @author       CODEWYX
// @match        *://box3.codemao.cn/*
// @match        *://box3.fun/*
// @match        *://box.game/*
// @grant        none
// @icon         https://box3.codemao.cn/favicon.ico
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

        var timeout = setInterval(function () {
              document.body.innerHTML="";
            var osi=`
<!doctype html>
<html lang="zh-cmn-Hans">
  <head>
    <meta charset="utf-8">
    <!-- MDUI CSS -->
    <link rel="stylesheet" href="https://coco-store.vercel.app/css/mdui.min.css"/>
	<link rel="stylesheet" href="https://coco-store.vercel.app/md.css">
<link rel="shortcut icon" href="https://coco-store.vercel.app/purplelogo.svg">
    <title>禁用神奇代码岛</title>
	<style>.k3 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}</style>
  </head>
  <div class="mdui-drawer-body-left mdui-theme-primary-deep-orange mdui-text-color-white" >
<div class="mdui-theme-primary-deep-orange mc-appbar mdui-appbar mdui-appbar-fixed mdui-toolbar mdui-color-theme mdui-text-color-white">
<span class="mdui-theme-primary-deep-orange mdui-btn mdui-btn-icon mdui-orange" mdui-drawer="{target: '#drawer', swipe: true}">
      <i class="mdui-theme-primary-deep-orange mdui-icon material-icons mdui-text-color-white">menu</i>
    </span>
  <span class="mdui-theme-primary-deep-orange mdui-typo-title mdui-text-color-white">禁用神奇代码岛</span>

  <div class="mdui-toolbar-spacer"></div>
</div>


  <br><br>



  <div class="k3"  style="margin:auto;text-align:center">
<strong><div class=" mdui-text-color-theme mdui-typo-display-4">禁用代码岛</div></strong>
<div class="mdui-text-color-black mdui-typo ">
<div class="mdui-typo-headline-opacity">您的神奇代码岛已被油猴脚本禁用!</div>
    </div>
	 </div>


  </div>
  </div>


  </div>
</html>
`
  document.body.innerHTML=osi;
            clearInterval(timeout);
	},10);
    window.opener=null;window.close();
    // Your code here...
})();