Title: [JavaScript] hide posts Author: Anonymous Pastebin link: http://pastebin.com/FWew6aE9 First Edit: Saturday 17th of November 2012 05:13:58 PM CDT Last Edit: Saturday 17th of November 2012 05:13:58 PM CDT [].slice.call(document.querySelectorAll('.postContainer')).forEach(function(el) { if (!el.querySelector('.file')) el.parentNode.removeChild(el); });