Greasy Fork镜像 还支持 简体中文。

GameSense 2.1

GameSense 2.1 - Enhanced UI for GameSense Forums

目前為 2025-06-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name         GameSense 2.1
// @namespace    http://tampermonkey.net/
// @version      1.0.5
// @description  GameSense 2.1 - Enhanced UI for GameSense Forums
// @author       Nado
// @license      MIT
// @match        https://gamesense.pub/forums/*
// @grant        GM_addStyle
// @grant        GM_getValue
// @grant        GM_setValue
// @require      https://update.gf.qytechs.cn/scripts/518265/1488683/%5BLibrary%5D%20-%20GS%20ENCH.js
// @supportURL   https://gf.qytechs.cn/scripts/518384
// @homepageURL  https://gf.qytechs.cn/scripts/518384
// ==/UserScript==

(function() {
    'use strict';
    
    if (!window.GSEnhancedUIInstance) {
        if (document.readyState === 'loading') {
            document.addEventListener('DOMContentLoaded', () => new GSEnhancedUI());
        } else {
            new GSEnhancedUI();
        }
    }
})();

QingJ © 2025

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