Google Infinite Scroll 2 (Refactored)

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
scuba3198
Instalaciones diarias
6
Instalaciones totales
9
Calificaciones
0 0 0
Versión
1.3.0
Creado
12/05/2026
Actualizado
14/05/2026
Tamaño
10.7 KB
Licencia
GPL-3.0-or-later
Funciona en

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.