Skip Navigation

∞ 🏳️‍⚧️Edie [it/its, she/her, fae/faer, love/loves, ze/hir, des/pair, none/use name, undecided]

@ Edie @hexbear.net

Posts
35
Comments
1042
Joined
2 yr. ago

AuDHD cat. Warning: Do not feed pronouns, no matter how much it asks.

  • Yeah. depending on what the script is, using some userscript manager like violentmonkey might work.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • I don't think I will. For me it works perfectly fine as it is right now. Presumably it would also mean that the browser goes "do you really want to leave" any time I've gone to a post (since it adds the text to the comment box) which wouldn't be nice. And also, why would I want to post nothing but my signature? I'm going to be writing something anyways which fires the event.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Besides your newlines being the wrong way around. This was very helpful! I made this violentmonkey script:

     
        
    // ==UserScript==
    // @name        hexbear signature
    // @namespace   Violentmonkey Scripts
    // @match       https://hexbear.net/*
    // @grant       none
    // @version     1.1
    // @author      Edie
    // @description 29/12/2025, 18.08.13
    // ==/UserScript==
    
    var sigHR = "\n\n---\n"
    var sigMessage = "ⓘ *This user is suspected of being a cat. Please report any suspicious behavior.*"
    var sig =  `${sigHR}${sigMessage}`
    
    function addSig(node) {
      var element = node.querySelector('[id^=markdown-textarea-]')
      if (element != null) {
        if (element.value === "") {
          element.value = sig
        }
      }
    }
    
    const observer = new MutationObserver(records => {
      records.forEach(record => {
        for (const addedNode of record.addedNodes) {
          if (addedNode.nodeType == 1) {
            addSig(addedNode)
          }
        }
      })
    });
    
    observer.observe(document.body, {
        subtree: true,
        childList: true
    });
    
    addSig(document)
    
    
      

    Edit: Updated to version 1.1!


    This user is suspected of being a cat. Please report any suspicious behavior.

  • I do. And I am surprised at how consistent I have been with it.

    I did think about making something to help me. But I couldn't figure it out.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Meow


    This user is suspected of being a cat. Please report any suspicious behavior.

  • I uploaded them


    This user is suspected of being a cat. Please report any suspicious behavior.

  • I used code from this website as a help. it changes any s at the end of a word into $. Double s into S$, but I don't have it in my version cuz it didn't work out. And any other singular s into SS. I wasn't sure what the rules of MSE was.

    I can do that.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Yup! As you can see I commented I had made a version that did what Awoo said. And then I was thinking, well if I can replace words surely I can replace letters, MSE!


    This user is suspected of being a cat. Please report any suspicious behavior.

  • HUH? Why is this FEATURED in local??


    This user is suspected of being a cat. Please report any suspicious behavior.

  • I made it myself.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • ⓘ Thi$ uSSer i$ SSuSSpeKKKted of being a KKKat. PleaSSe report any SSuSSpiKKKiou$ behavior.

    Fucking hell. I love this.


    This user is suspected of being a cat. Please report any suspicious behavior.


  • This user is suspected of being a cat. Please report any suspicious behavior.

  • (I have 32GB of ram btw)

    So, turns out trying to replace everything with their Maoist Standard English version crashes Firefox.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • It's pretty easy, I've already made a modified copy that does it.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Link?


    This user is suspected of being a cat. Please report any suspicious behavior.

  • They are not-secretly transgender.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Everything is secretly transgender.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Pizza hut is called pizza hut in Russian too? Funny how that works out.


    This user is suspected of being a cat. Please report any suspicious behavior.

  • Ayaguing with idiots.


    This user is suspected of being a cat. Please report any suspicious behavior.