任意のiconをunclickableにするUserCSS
from /ePi5131/settings
特定のiconのpointer eventを無効化するUserCSS
[/icons/hr.icon]などに適用する
code:style.css
.line a.link.icon:is(
href$="/icons/hr",
href$="/icons/hrd"
) { pointer-events: none; }