Skip to content

Instantly share code, notes, and snippets.

@karasugawasu
Created October 28, 2020 12:53
Show Gist options
  • Save karasugawasu/d6bb8d2fda04fa9f9bae219569204639 to your computer and use it in GitHub Desktop.
Save karasugawasu/d6bb8d2fda04fa9f9bae219569204639 to your computer and use it in GitHub Desktop.
みす廃アラート強制CW
### {
name: "みす廃アラート強制CW"
version: "0.0.1"
author: "karasu_sue"
description: "みす廃アラート強制CW"
permissions: []
}
Plugin:register_note_view_interruptor(@(note) {
? Core:not((note.text = _)) {
? Str:incl(note.text, "#misshaialert") {
? (note.cw = _) {
note.cw <- "みす廃アラート"
}
}
}
note
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment