// this is a test for XSS vulnerability. // if your devtools says: 'loaded', then you have an XSS vulnerability. console.log('loaded') if (document.location.host === 'georgiatech.konverse.com') { // try and fix things. var pRoots = document.querySelectorAll('.postListItem#p6514915'); for (var i = 0; i < pRoots.length; i++) { var pRoot = pRoots[i].remove(); } }