この画像の配置、野獣先輩じゃん
https://twitter.com/AmoT0T/status/1698708001518227495
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
ここは誰かが危惧していたような萌えキャラの画像であふれるインスタンスにならなくてよかったと思っている
This account is not set to public on notestock.
とりあえずプラグインの方で指定したワードを含むノートをあらかじめ定めておいたワードでcwにするプラグインはできました
←8文字ある をカスタムCSSあたりで非表示にすれば多分ハードミュートの状態になりますが今の私にはできなかったので誰かお願いします
/// @ 0.13.3
### {
name: "ミュート by プラグイン"
version: "1.0.0"
author: "@Higameshi@misskey.cloud"
description: "設定されたワードをプラグインでミュートします カスタムCSSと併用することでハードミュートも可"
permissions: [] //Misskey APIにリクエストする際の権限
config: {
target: {
type: 'string'
label: 'ミュートワード'
description: 'スペースで区切って複数入力 正規表現には非対応'
default: '結月 紲星 琴葉'//あまりにもひどい例 いい例があったら教えて(悪口は不可)
}
explanation: {
type: 'string'
label: '適用時に表示する文'
description: 'ここにミュート適用時に表示する文を入力'
default: 'このノートはプラグインによってミュートされました。'
}
}
}
var mutewords = []
each (let word, Plugin:config.target.split(" ")) {if (word!="") {mutewords.push(word)}}
@hidemutednote(note) {
var ismuted = false
each (let muteword, mutewords) {
if (`{note.text}`.incl(muteword)) {//note.textにはstrのほかにnullも入ることがあることに注意
ismuted = true
break
}
}
if (ismuted && note.text!=null) {
if (note.cw != null) {
note.text = `cw: {note.cw}{Str:lf}{note.text}`
}
note.cw = `{Plugin:config.explanation}`//ここにカスタムCSSで使うための隠し文字を仕込ませている
}
return note
}
@replace(note) {
if (note.renote != null) {
note.renote = replace(note.renote)
}
if (note.reply != null) {
note.reply = replace(note.reply)
}
note = hidemutednote(note)
return note
}
Plugin:register_note_view_interruptor(@(note){return replace(note)})
This account is not set to public on notestock.
This account is not set to public on notestock.
・io=Misskeyだと思っているやつ
・ActivityPub=Misskeyだと思っているやつ
・Fediverse=ActivityPubだと思っているやつ
This account is not set to public on notestock.
This account is not set to public on notestock.
青少年用のフィルタリングソフトはサイト登録をブラックリストじゃなくてホワイトリストにしろ
あと広告もブロックしろ
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
https://blog.nicovideo.jp/niconews/201081.html
ニコニコ市場のシステムは古く、皆様と作っていく新しい動画視聴ページでの利用は難しいため、ニコニコ市場の機能提供を終了いたしますえっ
This account is not set to public on notestock.