4 Repos
Tools that determine the technical capabilities of a browser environment.
Distinguishing note: Focuses on profiling rather than simple detection.
Explore 4 awesome GitHub repositories matching web development · Browser Capability Profilers. Refine with filters or upvote what's useful.
Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl
Determines the actual technical capabilities of a user's browser to avoid relying on inaccurate user-agent strings.
MediaElement ist eine JavaScript-Bibliothek, die native HTML5-Audio- und Videoelemente umschließt, um eine einheitliche Medienschnittstelle und ein anpassbares Player-Framework bereitzustellen. Sie fungiert als Multi-Format-Mediencontroller und webbasiertes Plugin-Framework, das Wiedergabesteuerungen und visuelle Stile normalisiert, um eine konsistente Erfahrung über verschiedene Webbrowser hinweg sicherzustellen. Das Projekt zeichnet sich durch ein Plugin-basiertes Wiedergabesystem aus, das spezifische MIME-Typen auf benutzerdefinierte Renderer abbildet, was die Integration von Medien-Embeds Dritter und externer Wiedergabe-Engines ermöglicht. Es unterstützt fortschrittliche Bereitstellungsfunktionen, einschließlich adaptivem Medien-Streaming, Chromecast-Integration und Digital Rights Management für verschlüsselte Inhalte. Das Framework bietet umfangreiche Funktionen zur Interface-Anpassung, einschließlich konfigurationsgesteuerter UI-Generierung, Verwaltung des Control-Bar-Layouts und Skalierung des Player-Layouts. Es enthält integrierte Werkzeuge für Web-Barrierefreiheit durch lokalisierte Interface-Strings und Untertitelverwaltung sowie Utilities für die Metadaten-Analyse von Medien und Zeitcode-Konvertierung.
Determines technical capabilities of the browser environment, such as native fullscreen or media source extensions.
CKEditor 4 is a browser-based WYSIWYG rich text editor that enables users to create and format HTML content directly in the browser. It operates on a plugin-based architecture with a configurable toolbar system, DOM-based content editing, and an event-driven lifecycle, all delivered through a CDN-based distribution model. The editor supports skin-based theming and includes a legacy plugin compatibility layer for backward compatibility. The editor distinguishes itself as a cross-platform framework that integrates natively with Angular, React, Vue, Electron, Android, and iOS environments. It of
Identifies the user's browser type and version to apply compatible rendering and feature support automatically.
This project is a mobile web application template and optimization kit providing a foundational project structure for building responsive websites. It functions as a responsive CSS framework and a set of utilities for managing viewport scaling, touch event responses, and user-agent feature detection. The project distinguishes itself through specialized web app manifest configurations and server performance settings. It includes systems for defining home screen icons and metadata to enable web applications to behave like native apps, alongside pre-defined directives for caching, compression, a
Identifies browser capabilities and user agents to deliver appropriate fallback content.