// ==UserScript==
// @name MoxxiMod
// @namespace https://studiomoxxi.com/
// @description one click at a time
// @author Ben
// @match *.outwar.com/*
// @version 5.0.2
// @grant GM_xmlhttpRequest
// @license MIT
// @grant GM_getResourceText
// @grant GM_addStyle
// @require http://code.jquery.com/jquery-3.6.0.min.js
// @downloadURL none
// ==/UserScript==
//fetch("pulling querySelector with fetch")
// .then(res => res.text())
// .then((responseText) => {
// const doc = new DOMParser().parseFromString(responseText, 'text/html');
// const news = doc.querySelector("#content-header-row > div > div:nth-child(1)").innerHTML.toString().replaceAll(/
/g,", ").replace(/