Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless scrolling not working on comment pages #23

Open
SamHasler opened this issue Oct 2, 2013 · 3 comments
Open

Endless scrolling not working on comment pages #23

SamHasler opened this issue Oct 2, 2013 · 3 comments
Labels

Comments

@SamHasler
Copy link

Endless Scrolling fails to load more entries on some pages

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

@SamHasler
Copy link
Author

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
Copy link
Author

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

$temp = $temp.find('td.title:first-child').parent().parent().html();

@tommoor
Copy link
Owner

tommoor commented Feb 24, 2017

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

@tommoor tommoor added the bug label Feb 24, 2017
@SamHasler SamHasler mentioned this issue Feb 24, 2017
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants