Skip to content

Instantly share code, notes, and snippets.

@sulring
sulring / spacebattles.js
Last active October 27, 2025 21:17
Spacebattles Quest Transformer
// ==UserScript==
// @name Forum POV Transformer
// @namespace http://tampermonkey.net/
// @version 1.0.2
// @description Transforms forum posts from third person (You) to first person (I) using AI
// @author Sulring
// @match https://forums.spacebattles.com/threads/*
// @match https://forums.sufficientvelocity.com/threads/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue