您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
PC İÇİNDİR. cevap ve çizim kısmını siler ve chatin büyümesini sağlar bu sayede yazıları daha rahat okursunuz.
// ==UserScript== // @name chat büyüyoooooo // @namespace http://www.youtube.com/@newdaynewgame // @version 2025-03-02 // @description PC İÇİNDİR. cevap ve çizim kısmını siler ve chatin büyümesini sağlar bu sayede yazıları daha rahat okursunuz. // @author kangwoo // @match gartic.io/* // @grant GM_addStyle // ==/UserScript== GM_addStyle(`#answer,#canvas,#gartic-io_160x600,#gartic-io_160x600_2,#interaction>div.bar{display:none!important}`) const qweqwe=new MutationObserver(function(mutations){mutations.forEach(function(){const interactionElement=document.querySelector("#interaction");if (interactionElement && !interactionElement.dataset.adjusted){interactionElement.style.marginTop="-400px";interactionElement.dataset.adjusted="true"}})});qweqwe.observe(document.body,{childList:true,subtree:true});const tools=new MutationObserver(()=>{const toolsElement=document.querySelector("#tools");if (toolsElement){toolsElement.remove()}});tools.observe(document.body,{childList:true,subtree:true});