

make me mod @Cowbee@hexbear.net
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
AuDHD cat.


make me mod @Cowbee@hexbear.net
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.


Well, it’s been nearly a year since it was posted.

ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
This is in fact real: https://xcancel.com/JMilei/with_replies?cursor=DAAHCgABG-Fj1tj__YALAAIAAAATMjAwNzgzMTI2NzU0NzczNDI1MwgAAwAAAAIAAA
Screenshot:
removed
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Hang tight and I’ll check.
ⓘ 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.


ⓘ 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.


I made it into an SVG.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.


Yes. E.g.
seems to be 1446x2688


Guy whose activation phrase is ‘good boy’
(it activates his neurons
)


Mega mega THREAD THREAD
THREAD


deleted by creator


You deserve good things roux.


I am sorry that it’s crowding up your feed.
gets sitewide pinned.



And I’m not an accident/health issue away from bankruptcy
Yea? Ask DisabledAceSocialist how their experience in the UK has been.


with Admin/Mod tags active
That would require them to use alts. The tags are always there if someone is a mod of the comm, or an admin.


More interesting flags:


Thanks. It didn’t work when I tried doing it from my other account. Wanted to have one here in case there’s some federation fuckery (as seen with this very problem!)
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.