交互英语

try to take over the world!

// ==UserScript==
// @name         交互英语
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       ringotc
// @match        http://210.42.74.49/*
// @grant        none
// ==/UserScript==

(function() {
var pojie = function(){
$(document).unbind();$('body').unbind();$('body').attr('onpaste',null);
}
$("body").append("<button style='position:absolute;right:10%;bottom:10%;' onclick=pojie()>破解</button>")
})();

QingJ © 2025

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