if(document.location.href.startsWith("https://anond.hatelabo.jp")) {
sections = document.getElementsByClassName('section');
Array.prototype.slice.call(sections).forEach(function(section, i, all) {
contain = Array.prototype.slice.call(section.children).filter(function(p, j, all) {
return true;
} else if(/低能|低脳/.test(p.innerHTML)) {
return true;
}
if(contain){ section.style.display = 'none'; }
});
}
ゲバ文字フォント http://gebamoji.org/~moyu/archive/economist.htm に変換するスクリプトは無いだろうか。 https://anond.hatelabo.jp/20180603123521 を改造すればできそうな気がする。 section.style.display = 'none';...