Gog Do not bother with stupid bot

14/12/2022, 17:01:33

目前为 2023-03-01 提交的版本。查看 最新版本

// ==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');

QingJ © 2025

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