`Uncaught TypeError: undefined is not a function` at [this line](https://github.com/jerone/UserScripts/blob/edda0058bf6c79c3dae8b1c8698d2c6aa3cdd693/Github_Comment_Enhancer/Github_Comment_Enhancer.user.js#L432) > `document.querySelectorAll` returns not an array but a `NodeList` object which has no (should have no) method `forEach`. [The workarounds](https://developer.mozilla.org/en-US/docs/Web/API/NodeList).