This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ==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 |