Hacker News new | ask | show | jobs
by TheZenPsycho 4318 days ago
>> "document.querySelectorAll" must be called on the document object, and reassigning it to a variable like this will make it be called with "this" assigned to the global object, or "undefined" if you're using "use strict"

fixed.