.config/
ディレクトリにある example.yml
をコピーして default.yml
を作成し、編集します。
変更箇所:
url: http://localhost:3000/
port: 3000 # A port that your Misskey server should listen.
void((() => { | |
document.querySelectorAll('.post').forEach( | |
e => { | |
var p = e.querySelector('.mst_content'); | |
if (p.innerHTML.match(/除外ワード/) !== null) { | |
e.style.display = 'none'; | |
} | |
}) |