Google Infinite Scroll 2 (Refactored)

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

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да инсталирате разширение, като например Tampermonkey .

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Автор
scuba3198
Инсталации дневно
5
Инсталации общо
7
Рейтинг
0 0 0
Версия
1.3.0
Създаден
12.05.2026
Обновен
14.05.2026
Размер
10 КБ
Лиценз
GPL-3.0-or-later
Работи на

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.