// ==UserScript==
// @name DailyWTF HTML comments shower
// @namespace http://www.pathofexile.com/passive-skill-tree/
// @description Shows the HTML comments in the article body
// @include http://thedailywtf.com/Articles/*
// @version 1.1
// @downloadURL none
// ==/UserScript==
// taken from a comment here and reformatted
// http://thedailywtf.com/Articles/Connected-to-the-Connector-to-the-Connection-to-the-System.aspx
b = document.querySelector('#articlePage');
b.innerHTML=b.innerHTML.replace(//g,'');