您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
gives you 'leet hax0r powers :D
- // ==UserScript==
- // @name GW-Editer OFF
- // @match https://*/*
- // @namespace http://hairballtech.wix.com/hb-chat
- // @version 1.HAX m8
- // @Author HairBall
- // @description gives you 'leet hax0r powers :D
- // ==/UserScript==
- var zNode = document.createElement ('div');
- zNode.innerHTML = '<button id="myButton79" type="button">'
- + 'Editor Off</button>'
- ;
- zNode.setAttribute ('id', 'myContainer79');
- document.body.appendChild (zNode);
- document.getElementById ("myButton79").addEventListener (
- "click", ButtonClickAction, true
- );
- function ButtonClickAction (zEvent) {
- var zNode = alert("You have initated SAVE EDIT mode... are you SURE you wish to continue?");
- alert("lol no sorry scrub :D");
- close()
- window.open("http://www.staggeringbeauty.com")
- ;
- zNode.innerHTML = '';
- document.getElementById ("myContainer79").appendChild (zNode);
- }
- GM_addStyle ( multilineStr ( function () {/*!
- #myContainer79 {
- position: absolute;
- top: 0;
- left: 0;
- font-size: 12px;
- background: ;
- border: 0px outset black;
- margin: 52px 12px;
- opacity: 10;
- z-index: 1000;
- padding: 0px 0px;
- }
- #myButton79 {
- color: #00ff00;
- background: #313131;
- cursor: pointer;
- }
- */} ) );
- function multilineStr (dummyFunc) {
- var str = dummyFunc.toString ();
- str = str.replace (/^[^\/]+\/\*!?/, '')
- .replace (/\s*\*\/\s*\}\s*$/, '')
- .replace (/\/\/.+$/gm, '')
- ;
- return str;
- }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址