2018-06-03

自前のユーザースクリプト更新

増田タイトルにのNGワードが含まれているケースに対応

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) {

if(/安倍/.test(p.innerHTML)) {

return true;

} else if(/低能|低脳/.test(p.innerHTML)) {

return true;

}

}).length > 0;

if(contain){ section.style.display = 'none'; }

});

}

  • ゲバ文字フォント http://gebamoji.org/~moyu/archive/economist.htm に変換するスクリプトは無いだろうか。 https://anond.hatelabo.jp/20180603123521 を改造すればできそうな気がする。 section.style.display = 'none';...

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん