diff --git a/t2.is b/t2.is new file mode 100644 index 0000000..6aac3b6 --- /dev/null +++ b/t2.is @@ -0,0 +1,21 @@ +/// @ 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. You’ve been reported. + +I get that you’re excited to be here, but you gotta follow the rules. And this isn’t it. You’re not on Bluesky. We’re building a kind and safe community here. This kind of post isn’t the vibe we want.`) + } else { + rewrite('text', "This is against TOS. You’ve been reported. + +I get that you’re excited to be here, but you gotta follow the rules. And this isn’t it. You’re not on Bluesky. We’re building a kind and safe community here. This kind of post isn’t the vibe we want.") + } + }) \ No newline at end of file