I removed the bot so that you don't have to:
// ==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');