awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesPage Load State Tracking

Mechanisms for monitoring the progression of a web page's loading process, including network and document states.

Distinguishing note: Shortlist candidates focus on file downloads or educational progress, not the browser's page-load lifecycle.

Explore 7 awesome GitHub repositories matching web development · Page Load State Tracking. Refine with filters or upvote what's useful.

Awesome Page Load State Tracking GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hubspot/paceAvatar de HubSpot

    HubSpot/pace

    15,613Ver en GitHub↗

    Pace is a page loading progress bar that monitors browser navigation and network requests to provide a visual loading indicator. It functions as a frontend navigation tracker and browser request monitor, tracking document states and URL patterns to drive the progress of a loading bar during page transitions. The tool includes a customizable loading indicator with configurable themes and visual styles. It provides request tracking control to filter which specific network requests trigger the progress bar using global settings or URL patterns. The system covers the monitoring of frontend reque

    Tracks network requests and document states to drive the application loading progress indicator.

    CSS
    Ver en GitHub↗15,613
  • chromedp/chromedpAvatar de chromedp

    chromedp/chromedp

    13,137Ver en GitHub↗

    chromedp is a browser automation framework and driver that controls web browsers via the Chrome DevTools Protocol. It functions as a headless browser automation tool and web browser controller, enabling the programmatic management of browser sessions, targets, and network responses through a remote debugging interface. The project provides specialized capabilities for Chrome DevTools Protocol automation, including headless browser testing, web scraping and data extraction, and mobile device emulation. It also supports browser-based visual regression by capturing precise screenshots of web pag

    Implements high-level navigation to load specific URLs and synchronize with page content loading.

    Go
    Ver en GitHub↗13,137
  • whatwg/htmlAvatar de whatwg

    whatwg/html

    9,163Ver en GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Provides mechanisms for monitoring the page-load lifecycle to trigger logic when content becomes interactive.

    HTMLcanvaseventsourcehtml
    Ver en GitHub↗9,163
  • metafizzy/infinite-scrollAvatar de metafizzy

    metafizzy/infinite-scroll

    7,489Ver en GitHub↗

    Infinite Scroll is a JavaScript library that automatically loads and appends the next page of content when a user scrolls near the bottom of a container, or optionally when they click a button. It provides scroll-based pagination that fetches and inserts subsequent pages of content, with URL-driven content loading that determines next page URLs from selectors, templates, or custom functions. The library integrates with browser history, updating the URL and history state as new pages load while preserving scroll position so each page state is bookmarkable and refreshable. It is compatible with

    Reports the total number of pages that have been loaded so far.

    HTMLajaxjavascript-pluginjquery-plugin
    Ver en GitHub↗7,489
  • tridactyl/tridactylAvatar de tridactyl

    tridactyl/tridactyl

    6,246Ver en GitHub↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Provides a keyboard command to halt the loading process for the current browser tab.

    TypeScriptfirefoxhacktoberfestvim
    Ver en GitHub↗6,246
  • dieulot/instantclickAvatar de dieulot

    dieulot/instantclick

    5,491Ver en GitHub↗

    Instantclick es un potenciador de navegación del lado del cliente y precargador de páginas JavaScript. Intercepta solicitudes HTTP para actualizar títulos y contenido de páginas mediante solicitudes asíncronas, evitando recargas completas del navegador para eliminar los parpadeos blancos durante la navegación. El proyecto reduce la latencia percibida del frontend obteniendo contenido enlazado en segundo plano cuando un usuario pasa el cursor sobre un hipervínculo. Este precargado basado en la intención asegura que el contenido esté listo para cuando el usuario haga clic. La herramienta gestiona la experiencia de navegación mediante la manipulación del historial del lado del cliente y la inyección de contenido basada en el DOM. También incluye un indicador de progreso de navegación personalizable que proporciona retroalimentación visual mientras se procesan las solicitudes de página asíncronas.

    Tracks the progression of asynchronous page requests to provide real-time visual loading feedback.

    JavaScript
    Ver en GitHub↗5,491
  • ninjinkun/njkwebviewprogressAvatar de ninjinkun

    ninjinkun/NJKWebViewProgress

    3,874Ver en GitHub↗

    NJKWebViewProgress is an iOS web view UI component and loading monitor designed to track and visually represent the loading state of web pages within a mobile application. It functions as a progress indicator that monitors browser activity to provide real-time feedback on page load completion. The project integrates with embedded web content to drive numerical loading values and visual indicators, such as loading bars, to manage the user interface during the page load process. The implementation relies on delegate callbacks and key-value observing to monitor the underlying web view state and

    Utilizes Key-Value Observing to monitor the browser's page-load lifecycle and trigger UI updates.

    Objective-C
    Ver en GitHub↗3,874
  1. Home
  2. Web Development
  3. Page Load State Tracking

Explorar subetiquetas

  • Navigation ControllersUtilities for triggering page loads and synchronizing with the content load process. **Distinct from Page Load State Tracking:** Focuses on triggering navigation actions rather than just monitoring the load state.
  • Page Load Counters1 sub-etiquetaUtilities that report the total number of pages that have been loaded so far. **Distinct from Page Load State Tracking:** Distinct from Page Load State Tracking: focuses on counting loaded pages rather than monitoring the loading process.