misskey-plugins/t2.is
2025-02-11 15:46:03 +00:00

21 lines
No EOL
877 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/// @ 0.12.4
### {
name: "T2"
version: "0.0.1"
author: "kio, yaseen, limhi"
description: "This plugin is against TOS. You're being reported."
}
Plugin:register_post_form_action('Append T2', @(note, rewrite) {
if (!note.text.trim() == '') {
rewrite('text', `{note.text}
This is against TOS. Youve been reported.
I get that youre excited to be here, but you gotta follow the rules. And this isnt it. Youre not on Bluesky. Were building a kind and safe community here. This kind of post isnt the vibe we want.`)
} else {
rewrite('text', "This is against TOS. Youve been reported.
I get that youre excited to be here, but you gotta follow the rules. And this isnt it. Youre not on Bluesky. Were building a kind and safe community here. This kind of post isnt the vibe we want.")
}
})