// ==UserScript== // @name Web comments are always awful // @namespace http://www.ryanbreen.com/ // @description Web comments are always awful // @include http://* // @include https:// // ==/UserScript== if (window.location.href.match(/youtube\.com/)) { var el = document.getElementById('watch-discussion'); if (el != null) el.parentNode.removeChild(el); } else if (window.location.href.match(/cnn\.com/)) { var el = document.getElementById('dsq-content'); if (el != null) el.parentNode.removeChild(el); var el = document.getElementById('dsq-content-stub'); if (el != null) el.parentNode.removeChild(el); var el = document.getElementById('comments'); if (el != null) el.parentNode.removeChild(el); } else if (window.location.href.match(/time\.com/)) { var el = document.getElementById('commentStory'); if (el != null) el.parentNode.removeChild(el); } else if (window.location.href.match(/yahoo\.com/)) { var el = document.getElementById('ygs-comments'); if (el != null) el.parentNode.removeChild(el); }
Mozilla add on,User script,Grease Monkey Script, greasemonkey userscripts, updater userscripts mafia wars userscripts mafia wars autoplayer userscripts mafia wars wall userscripts scripts userscripts travian greasemonkey greasemonkey download greasemonkey facebook greasemonkey tutorial greasemonkey youtube greasemonkey travian greasemonkey chrome greasemonkey mafia wars greasemonkey mafia wars autoplayer
Saturday, January 29, 2011
Web comments are always awful, so remove the stupid crap other people say from a number of sites
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment