您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
14/12/2022, 17:01:33
// ==UserScript== // @name Gog Do not bother with stupid bot // @namespace NotStupid // @match https://support.gog.com/hc/en-us/requests/new // @grant none // @version 1.0 // @author LiefLayer // @description 14/12/2022, 17:01:33 // ==/UserScript== document.querySelector('div[data-default-form]').setAttribute('style', 'display:inline !important'); document.querySelector('div[data-chat-wrap]').style.display='none'; document.getElementsByClassName('row clearfix')[0].classList.remove('is-hidden'); document.getElementsByClassName('post-form-message')[0].classList.remove('is-hidden'); document.getElementsByClassName('new-request-form')[0].classList.remove('is-hidden');