I tried doing the following:
$(\'.not-following\').each(function(i, obj) { console.log(\'test\'); });
for some reason it keeps on pr
They overwritten console
> console.log.toString() "function (){}"