mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #165] [FEATURE] Endless scrolling #118
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jan 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/165
Describe the feature you'd like to see added
Endless scrolling as it is implemented in Google Image search would be nice - not just for images but for all search results. I dont know how much preloading is done right now but to speed up performance preloading of the next page might further improve performance (if it not already happening)
Additional context
By endless scrolling I mean that more search results appear as you near the end of the page and thus do not click one page 1-2-3-... anymore but that additional results appear at the bottom of the page automatically
@Jieiku commented on GitHub (Mar 19, 2022):
I nearly opened a new issue.(did not find this one.) I also would like Infinite / Endless Scroll PARTICULARLY for images.
I showed this to a few friends and 3 out of 4 of them like the idea but because how often they use image search they did not want to use this. I said why not just use this for regular searches and duckduckgo for image searches, but they said thats too much of a hassle.
I am hoping Infinite / Endless scroll is on the Radar.
Would also be great to have a full page width view for image search like google and duckduckgo have.
@somebody-somewhere-over-the-rainbow commented on GitHub (Mar 19, 2022):
A workaround is to use bangs:
!giand then the search term will show you the result straight in google images@Jieiku commented on GitHub (Mar 20, 2022):
That is neat, I was not aware of that, and this one can be used for duckduck go apparently:
!ddi@somebody-somewhere-over-the-rainbow commented on GitHub (Mar 20, 2022):
Actually a simple
!iis sufficient@Albonycal commented on GitHub (Mar 23, 2022):
Yes the bangs are neat.
!aw for arch wiki 😉
You can find the list here
https://duckduckgo.com/bang
It uses the duckduckgo bangs file
@boognish-rising commented on GitHub (Apr 20, 2022):
I'm all about endless scrolling as well, but it's fairly apparent that the dev team has their hands full so in the meantime, check out the Infy Scroll extension, or if you're into user scripts, there are many to be found that provide the same funtionality and work very well. Pagetual, AutoPager (the OG but coded in Mandarin, still functions well. Pagetual is in English throughout) to name a couple. If you aren't familiar, you'll likely need an extension such as Violent Monkey (or Tamper/Grease Monkey) and then simply mozy on over to Greasy Fork or the script host of your choosing and with a click, the extension takes over and you've made some noticable improvements to your browsing experience. Be warned, though, many of the scripts found on GF or GitHub, Stack Exchange, etc are very powerful and they can easily break sites and/or clash with each other, so keep that in mind and don't go nuts. If that's a frightening proposition, maybe just go the Infy Scroll route, which is essentiallly the same thing, but with training wheels. Or lane bumpers if you prefer a bowling reference.
Happy browsing
@Jieiku commented on GitHub (Apr 20, 2022):
Thanks, even if you can get endless scroll working I think the results of
!i 67 mustangor!gi 67 mustanglook a lot better than they do in whoogle, full width page, larger thumbnails, endless scroll. (unless you have scripts that can do all of these things, and output a page as beautiful as the duckduck or google image page)whoogle

google

!gi 67 mustangduckduck

!i 67 mustang@gitterspec commented on GitHub (Nov 19, 2022):
Also looking for infinite scrolling, more for search than images, but both would be great.
@gitterspec commented on GitHub (Jan 31, 2023):
By the way, if implemented, would be great to be able to turn it on/off userside via a URL parameter, similar to how SearXNG does it: &infinite_scroll=1.
@Don-Swanson commented on GitHub (Dec 29, 2025):
Due to how Google has now force limited text results to 10/page, this is no longer possible with text based results.
For image results, there are too many technical challenges on the back end to be able to reliably implement this.