Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Chat Script
// @namespace test
// @version 2.2.6
// @description For CW use only
// @match https://agents.moderationinterface.com/*
// @require https://cdn.socket.io/4.7.5/socket.io.min.js
// @updateURL https://gist.githubusercontent.com/rexxar31/98436c16401b60af4e0b2723c72071de/raw/prodFront_final.user.js
// @grant window.focus
// @grant GM_addStyle
@rexxar31
rexxar31 / prodFront.user.js
Last active December 1, 2025 21:24
Chat Improved
// ==UserScript==
// @name Chat Improved
// @namespace test
// @version 2
// @description Chat Assistant Front-End Interface
// @match https://agents.moderationinterface.com/*
// @require https://cdn.socket.io/4.7.5/socket.io.min.js
// @updateURL https://gist.github.com/rexxar31/1afe61fbfa27b9991a9a146bd11a676e/raw/prodFront.user.js
// @grant window.focus
// @grant GM_addStyle
// ==UserScript==
// @name Chat Assistant Test
// @namespace test
// @version 1.0.8
// @description Chat Assistant Front-End Interface
// @match https://agents.moderationinterface.com/*
// @require https://cdn.socket.io/4.7.5/socket.io.min.js
// @updateURL https://gist.github.com/rexxar31/450ea0e10632a0677b4e9189ab89eb3f/raw/251a960052b5c4867944799d05eb97d76582bf87/ChatAssistant_duplicatecheck.user.js
// @grant window.focus
// @grant GM_xmlhttpRequest