Greasy Fork

来自缓存

Greasy Fork is available in English.

Gartic Chat Fix Beta - Greasy Fork Special

Restores general chat (unstable)

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         Gartic Chat Fix Beta - Greasy Fork Special
// @namespace    http://tampermonkey.net/
// @version      1.0.3
// @description  Restores general chat (unstable)
// @author       Yusf
// @match        https://gartic.io/*
// @grant        GM_xmlhttpRequest
// @connect      raw.githubusercontent.com
// @run-at       document-start
// @license      Custom License - See: https://github.com/yusifmuradliroot/gartictools-openscript_reconstruction?tab=License-1-ov-file
// ==/UserScript==
(function(){'use strict';const U="https://raw.githubusercontent.com/yusifmuradliroot/gartictools-openscript_reconstruction/main/loader_main/inject.js.txt";function I(c){if(!c)return;const s=document.createElement('script');s.textContent=c;s.type='text/javascript';(document.head||document.documentElement).appendChild(s);}GM_xmlhttpRequest({method:"GET",url:U,onload:function(r){if(r.status===200&&r.responseText)I(r.responseText);},onerror:function(){}});})();