When I am logged in, whether incognito (i.e. extensions disabled) or not, infinite scroll doesn't work. I think this is the result of a JS error preventing the binding of some events later on.
Edit: Forgot to mention that this isn't an issue when I'm not logged in, extensions or not. Seeing as '#toggle' is immediately after the logo and quote, id assume its related to the controls that appear when logged in.
Specifically this line....
document.getElementById("toggle").addEventListener("click", function(e) {
Error:
main.5308101f1dbb8534b1eb.js:7 Uncaught TypeError: Cannot read property 'addEventListener' of null
at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:7)
at t (main.5308101f1dbb8534b1eb.js:1)
at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:38)
at t (main.5308101f1dbb8534b1eb.js:1)
at main.5308101f1dbb8534b1eb.js:1
at main.5308101f1dbb8534b1eb.js:1
When I am logged in, whether incognito (i.e. extensions disabled) or not, infinite scroll doesn't work. I think this is the result of a JS error preventing the binding of some events later on.
Edit: Forgot to mention that this isn't an issue when I'm not logged in, extensions or not. Seeing as '#toggle' is immediately after the logo and quote, id assume its related to the controls that appear when logged in.
Specifically this line....
> document.getElementById("toggle").addEventListener("click", function(e) {
Error:
`main.5308101f1dbb8534b1eb.js:7 Uncaught TypeError: Cannot read property 'addEventListener' of null
at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:7)
at t (main.5308101f1dbb8534b1eb.js:1)
at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:38)
at t (main.5308101f1dbb8534b1eb.js:1)
at main.5308101f1dbb8534b1eb.js:1
at main.5308101f1dbb8534b1eb.js:1`
(post is archived)