Tampermonkey
https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ja
https://addons.mozilla.org/de/firefox/addon/greasemonkey/
// ==UserScript==
// @name unvisualizer
// @namespace http://anond.hatelabo.jp/
// @description unvisualize section including specific word at Hatelabo::AnonymousDiary
// @include http://anond.hatelabo.jp/*
// @exclude http://anond.hatelabo.jp/hatena/*
// ==/UserScript==
(function() {
var target = document.evaluate(
"//div[@class='section' and descendant::*[contains(text(),'Troyes') or contains(text(),'fiorentina') or contains(text(),'genoa') or contains(text(),'forums.zoho') or contains(text(),'medhelp.zendesk') or contains(text(),'.co.uk/') or contains(text(),'elbertcountyrepublicans') or contains(text(),'purob.com') or contains(text(),'imvu.com') or contains(text(),'thelittleonescollection') or contains(text(),'nfyi.org') or contains(text(),'usa-fox-tv.kinja.com') or contains(text(),'livestream1.odiblogs.com') or contains(text(),'reddit.com') or contains(text(),'huffduffer.com') or contains(text(),'healthunlocked.com')or contains(text(),'surveymonkey.com')or contains(text(),'yakmari.kinja.com')or contains(text(),'putlockeronline') or contains(text(),'freefullmovies.website') or contains(text(),'change.org')or contains(text(),'nervefullmovie.com') or contains(text(),'navtv.co.za')or contains(text(),'Hrvatska')]]",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
for(var i=0; i<target.snapshotLength; i++) {</p>
target.snapshotItem(i).style.display = "none";
}
})();
// or contains(text(),'')
ついでにこの記事も消える
NGワードは適宜追加してください
NGワードを含むエントリをあぼんするGreasemonkeyが欲しい。
// ==UserScript==// @name unvisualizer// @namespace http://anond.hatelabo.jp/// @description unvisualize section including specific word at Hatelabo::AnonymousDiary// @include http://anond.hatelabo.jp/*// ==/UserScript==(function() { var target = docum...
1.TampermonkeyまたはGlassmonkeyを導入する Tampermonkey https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ja Glassmonkey https://addons.mozilla.org/de/firefox/addon/greasemonkey/ 2.次の...
「Re: [anond:20070517220210:title=NGワードを含むエントリをあぼんするGreasemonkey]」ってのを書いた事はある。使ってないけど。
http://anond.hatelabo.jp/20070517234726
おおっ!こんなんあるのかすげー。 でも、ぷにる厨なんですよorz..
じゃあ最終兵器 つ 脳内あぼーん
なるべく脳内あぼーんするようにしてんるだが、 ページ内に10個とかあってしかも長文だとね。。