-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Bug Report] Up/Down shortcuts are broken when Google continuously loads new results #464
Comments
I can't reproduce this, any specific queries where you see this behavior? |
All my queries show the same behavior. I just Googled "google search
results" and saw more results loading as I scrolled down.
Would a video recording or copy of the HTML/CSS help?
…On Thu, Dec 15, 2022 at 2:42 AM infokiller ***@***.***> wrote:
I can't reproduce this, any specific queries where you see this behavior?
—
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWBAPLTNJACWJC55RAVUTLWNLY2NANCNFSM6AAAAAAS7FLVEM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for offering, but I'm afraid I'd need a fully working page with JS to be able to fix this. |
I'm able to reproduce this when connected to a VPN server in Chicago |
It looks like this feature will be rolled out globally in the near future. There is a setting to disable this feature, but it does not have any effect in regions where continuous scrolling is available. Can a MutationObserver detect such changes (similar to the example here) and apply WSN customizations to the newly displayed results? |
Thanks @MahdiNazemi I think I fixed this on master, can you please clone the repo and run it in dev mode (see #464) to verify if it works for you? |
Thank you, @infokiller. I installed the dev version according to the instructions in README. The extension works well most of the time. There are a few corner cases where I see issues, and I don't know whether they are because of the extension or Google's new search experience.
|
@MahdiNazemi this is similar to #389 (comment) |
@infokiller, the extension can select "More results", but when I press Enter, it does not load more results in the same page. Instead, it loads a new page in the old Google search experience (Page 2). I can then use WSN's shortcuts like H and L keys to go to Page 1 or Page 3. I am not sure if this should be addressed in this issue or a new issue. Please let me know how to proceed. |
@MahdiNazemi sorry, I accidentally linked to an unrelated issue in my previous comment- I meant to link to this one: #389 (comment) I opened #494 to track the new issue |
I just learned that if I press Space on "More Results" instead of Enter, Google will load more results on the same page. |
Thanks for the update @MahdiNazemi |
This continuous scrolling has been enabled for me now in the UK and I hate it. I have |
Google may be testing a new feature that loads new results as you get to the end of the page (instead of having results on separate pages).
I suspect WSN modifies the page on load and, therefore, does not support the newly shown results.
The text was updated successfully, but these errors were encountered: