右上角快速进入咕咕镇

0

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         右上角快速进入咕咕镇
// @icon        https://imglink.win/image/2021/06/22/wPJ53.png
// @version      6
// @description  0
// @author       hanabirinkle
// @include     https://*bakabbs.com/*
// @include     https://*fygal.com/*
// @include     https://*365gal.com/*
// @include     https://*365galgame.com/*
// @include     https://*kfmax.com/*
// @include     https://*kf.miaola.work/*
// @include     https://*9shenmi.com/*
// @include     https://*kfpromax.com/*
// @include     https://*9dkf.com
// @grant        none
// @namespace 0
// ==/UserScript==

(function() {
    function ggz(){
	    var div = document.createElement("div");
	    div.innerHTML = '<div id = "ggz" style = "position:fixed;right:1em;top:1em;z-index:88;cursor:pointer;" onclick = "gg()"><img src = "https://imglink.win/image/2021/10/20/QLx2E.png" width = "60px" height = "30px" /></div>';
	    document.body.appendChild(div);
    }
    window.gg = function(){
        window.open("fyg_sjcdwj.php?go=play");
    }
   ggz();
})();