Google Infinite Scroll 2 (Refactored)

Performance-optimized infinite scroll for Google Search with robust heuristics, SPA support, and deduplication

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
scuba3198
Päivittäiset asennukset
4
Asennuskerrat
6
Arvostelut
0 0 0
Versio
1.3.0
Luotu
12.5.2026
Päivitetty
14.5.2026
Size
10,7 kt
Lisenssi
GPL-3.0-or-later
Käytössä

This userscript provides a performance-optimized infinite scroll experience for Google Search, eliminating the need to manually click through pagination. It utilizes a modern Intersection Observer implementation to monitor your scroll position and automatically fetch the next set of results as you approach the bottom of the page. The script is refactored for efficiency, ensuring that the search interface remains fluid and responsive even as more content is appended to the main results container.

The script functions by targeting the primary search results area and identifying the transition to the next page through Google's native navigation parameters. When the bottom of the current results list is reached, it asynchronously fetches the subsequent page and merges the new entries seamlessly into your current view. A subtle visual indicator is used during the loading process to signify that more content is being retrieved.

To ensure a smooth experience, the script includes built-in error handling to manage connectivity issues or changes in page structure. It is designed to run at the end of the document load to prevent any interference with the initial page rendering. This tool is ideal for users who perform deep research and prefer a continuous, uninterrupted browsing flow while using Google Search.