tommoor / HackerNew

The best Chrome extension to make Hacker News quicker and more useful.
126 stars 29 forks source link

Endless scrolling not working on comment pages #23

Open SamHasler opened 11 years ago

SamHasler commented 11 years ago

Endless Scrolling fails to load more entries on some pages

e.g. this page: https://news.ycombinator.com/item?id=5853900

SamHasler commented 10 years ago

If I inspect the background page I see this in the console:

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. chrome-extension://lgoghlndihpmbbgmbpjohilcphbfhddd/background.html:9

SamHasler commented 10 years ago

Looks like $temp.find('td.title:first-child') isn't finding anything any more

https://github.com/tommoor/HackerNew/blob/e79915dc3b38eb0ce6d1027adcb8c23e11eba4fc/js/hn.js#L210

tommoor commented 7 years ago

Endless scrolling is still broken, but there is a "More" link that works. I'd accept fixes for this from anyone that cares.