awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to paulirish/lite-youtube-embed

Projects sharing features with Lite Youtube Embed

30 open-source projects similar to paulirish/lite-youtube-embed, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • efforg/privacybadgerEFForg avatar

    EFForg/privacybadger

    3,668View on GitHub↗

    Privacy Badger is a browser privacy extension designed to block third-party trackers and strip monitoring parameters from URLs to protect user anonymity. It functions as a heuristic tracker blocker, identifying tracking domains by analyzing their appearance across multiple websites. The extension includes a link tracking sanitizer that uses regular expression matching to remove identifiers from outgoing links before navigation occurs. It also acts as a third-party content controller, replacing embedded trackers and social widgets with placeholders that only activate upon manual user interacti

    JavaScriptbrowser-fingerprintingchrome-extensioncookies
    View on GitHub↗3,668
  • gpu-mode/lecturesgpu-mode avatar

    gpu-mode/lectures

    6,204View on GitHub↗

    Material for gpu-mode lectures

    Jupyter Notebook
    View on GitHub↗6,204
  • zhw2590582/artplayerzhw2590582 avatar

    zhw2590582/ArtPlayer

    3,809View on GitHub↗

    ArtPlayer is a modular, browser-based media library designed for embedding and controlling video content within web applications. It functions as a programmable web component that provides developers with granular control over the playback engine, event handling, and the underlying video elements. The player distinguishes itself through a plugin-based architecture that allows for the injection of custom functionality, such as specialized visual effects, advertising, or quality controls, without modifying the core codebase. It utilizes a layered overlay system for interactive UI design, enabli

    JavaScriptcontextmenudanmuhighlight
    View on GitHub↗3,809

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
eliahuhorwitz/academic-project-page-templateeliahuhorwitz avatar

eliahuhorwitz/Academic-project-page-template

4,524View on GitHub↗

This is a static site generator template designed for creating research portfolio websites. It separates content from presentation by using Markdown files to define project metadata and research assets, then generates all pages as plain HTML files at build time, requiring no server-side processing for delivery. The template provides a structured layout for showcasing research papers, preprints, and institutional affiliations, with built-in components for displaying and copying formatted BibTeX citations. It includes media carousel components for cycling through images and videos, inline PDF r

JavaScriptacademic-paperacademic-projectacademic-website
View on GitHub↗4,524
  • therealjoelmatic/removeadblockthingTheRealJoelmatic avatar

    TheRealJoelmatic/RemoveAdblockThing

    6,001View on GitHub↗

    RemoveAdblockThing is a browser extension that removes YouTube's adblock detection popup and skips video ads without triggering the platform's anti-adblock systems. It is designed to maintain an uninterrupted viewing experience by eliminating the intrusive "Ad blocker are not allowed on YouTube" message and automatically bypassing ad detection mechanisms. The extension works by injecting a content script at document_start to intercept and modify page behavior before YouTube's ad detection scripts run. It uses a DOM MutationObserver to monitor the YouTube DOM for ad-related elements and detect

    JavaScriptadblockremove-not-allowedtampermonkey
    View on GitHub↗6,001
  • angular/componentsangular avatar

    angular/components

    25,033View on GitHub↗

    This project is a collection of reusable UI component libraries for the Angular framework. It serves as an accessibility framework and a suite of building blocks for constructing user interfaces. The library provides a specialized component suite for implementing Material Design visual and interaction specifications. It also includes dedicated integrations for embedding interactive Google Maps with geographic data overlays and integrating YouTube video players with support for deferred loading. The project covers a broad range of UI development capabilities, including the creation of accessi

    TypeScriptangularangular-componentsmaterial
    View on GitHub↗25,033
  • mostafaalagamy/metrolistmostafaalagamy avatar

    mostafaalagamy/Metrolist

    10,388View on GitHub↗

    Metrolist is a multi-functional audio player and YouTube music client. It serves as a music library manager and a synchronized lyrics viewer, providing a unified interface for streaming audio and video content. The application distinguishes itself through real-time music synchronization, which allows multiple users to share a coordinated listening experience. It also includes automated translation tools for synchronized lyrics and a dedicated system for streaming audio from video sharing services with background playback and offline caching. The platform covers a broad set of capabilities, i

    Kotlin
    View on GitHub↗10,388
  • matvp91/indigo-playermatvp91 avatar

    matvp91/indigo-player

    1,246View on GitHub↗

    Indigo Player is a JavaScript media framework designed for building custom web-based video playback experiences. It functions as a modular HTML5 video player that supports adaptive bitrate streaming for formats including HLS, MPEG-DASH, and MP4. The framework provides a consistent interface for rendering video content while managing stream quality, subtitle tracks, and thumbnail previews. The player distinguishes itself through a plugin-based architecture that allows developers to extend core functionality without modifying primary logic. This modular design supports dynamic module loading, w

    TypeScriptdashdrmhls
    View on GitHub↗1,246
  • sachinchoolur/lightgallery.jssachinchoolur avatar

    sachinchoolur/lightgallery.js

    5,322View on GitHub↗

    lightgallery.js is a modular JavaScript library used to create responsive image galleries, multimedia viewers, and media lightbox components. It provides a dependency-free interface for rendering HTML5 video, external iframes, and responsive images within a full-screen overlay. The project is distinguished by a module-based plugin architecture that allows developers to extend the core engine with custom behaviors. It features hardware-accelerated transitions, a system for synchronizing the current slide index with URL hash fragments for direct linking, and the ability to initialize galleries

    JavaScriptanimationcss-animationsgallery
    View on GitHub↗5,322
  • ethanhua/skeletonethanhua avatar

    ethanhua/Skeleton

    3,720View on GitHub↗

    Skeleton is a skeleton loading library and UI component library for mobile applications. It provides a system for rendering animated shimmer placeholders and grayed-out shapes that mimic the final layout of a page while content is loading. The framework acts as a UI placeholder generator that automatically mirrors the dimensions and margins of actual views to create structurally accurate loading states. It implements a shimmer animation framework that applies sliding gradient overlays without requiring modifications to the original UI source code. The library covers loading state visualizati

    Javaandroid-libraryandroid-uiloadingview
    View on GitHub↗3,720
  • rrweb-io/rrwebrrweb-io avatar

    rrweb-io/rrweb

    19,775View on GitHub↗

    rrweb is a DOM session recording library and serialization framework used to record and replay web sessions. It converts the state of a web page into a serializable JSON data structure and tracks mutations to reconstruct user interactions within a replay engine. The system distinguishes itself by using a sandboxed iframe for reconstruction to isolate replayed content, preventing script execution and form submissions. It ensures visual consistency through CSS inline-style flattening and provides sensitive data masking to prevent private information from being captured. The project covers a br

    TypeScript
    View on GitHub↗19,775
  • css-doodle/css-doodlecss-doodle avatar

    css-doodle/css-doodle

    6,018View on GitHub↗

    css-doodle is a web component for creative coding that renders live CSS-generated patterns and animations directly in the browser. It creates generative art and visual patterns by applying CSS rules to a grid of cells, using the browser's native layout engine for positioning and styling. The component encapsulates its pattern canvas and styling within a custom element's shadow DOM, isolating it from page styles and enabling reusable instances. The tool distinguishes itself by driving pattern configuration through CSS custom properties, allowing dynamic style changes and real-time updates with

    JavaScript
    View on GitHub↗6,018
  • ctron/yew-oauth2C

    ctron/yew-oauth2

    0View on GitHub↗

    Add to your Cargo.toml:

    View on GitHub↗0
  • filamentgroup/fg-modalfilamentgroup avatar

    filamentgroup/fg-modal

    72View on GitHub↗

    A modal web component

    JavaScript
    View on GitHub↗72
  • google/model-viewergoogle avatar

    google/model-viewer

    8,127View on GitHub↗

    model-viewer is a web-based 3D model viewer provided as a web component for rendering interactive three-dimensional assets and animations directly in a browser. It functions as a specialized GLTF web renderer designed to display GLTF and GLB files with settings optimized for performance and quality. The project includes a WebXR augmented reality player that projects 3D models into real-world environments using mobile device cameras and spatial tracking. It also features a visual regression testing tool capable of generating golden images and comparing renders to detect visual regressions in 3

    TypeScript
    View on GitHub↗8,127
  • googlechromelabs/dark-mode-toggleGoogleChromeLabs avatar

    GoogleChromeLabs/dark-mode-toggle

    1,223View on GitHub↗

    A custom element that allows you to easily put a Dark Mode 🌒 toggle or switch on your site:

    JavaScript
    View on GitHub↗1,223
  • halvves/shader-doodlehalvves avatar

    halvves/shader-doodle

    588View on GitHub↗

    A friendly web-component for writing and rendering shaders.

    JavaScript
    View on GitHub↗588
  • justinfagnani/chessboard-elementjustinfagnani avatar

    justinfagnani/chessboard-element

    122View on GitHub↗

    A web component

    TypeScript
    View on GitHub↗122
  • mahozad/theme-switchmahozad avatar

    mahozad/theme-switch

    29View on GitHub↗

    A toggle button to switch between light/dark/system theme on the Web.

    JavaScript
    View on GitHub↗29
  • mrin9/rapidocmrin9 avatar

    mrin9/RapiDoc

    1,891View on GitHub↗

    RapiDoc -WebComponent for OpenAPI Spec

    JavaScript
    View on GitHub↗1,891
  • nolanlawson/emoji-picker-elementnolanlawson avatar

    nolanlawson/emoji-picker-element

    1,736View on GitHub↗

    A lightweight emoji picker for the modern web

    JavaScript
    View on GitHub↗1,736
  • ovidijusparsiunas/active-tableOvidijusParsiunas avatar

    OvidijusParsiunas/active-table

    320View on GitHub↗

    Framework agnostic table component for editable data experience.

    TypeScript
    View on GitHub↗320
  • ovidijusparsiunas/deep-chatOvidijusParsiunas avatar

    OvidijusParsiunas/deep-chat

    3,643View on GitHub↗

    Fully customizable AI chatbot component for your website

    TypeScript
    View on GitHub↗3,643
  • aejkatappaja/phantom-uiAejkatappaja avatar

    Aejkatappaja/phantom-ui

    678View on GitHub↗

    Structure-aware skeleton loader. One Web Component, every framework.

    TypeScript
    View on GitHub↗678
  • samyssmile/notectlSamyssmile avatar

    Samyssmile/notectl

    161View on GitHub↗

    Build a real editor in plain HTML, React, Vue, Svelte, or Angular without locking yourself into a framework-specific editor runtime.

    TypeScript
    View on GitHub↗161
  • stefanjudis/web-vitals-elementstefanjudis avatar

    stefanjudis/web-vitals-element

    186View on GitHub↗

    A custom element to display web vitals metrics on your page.

    JavaScript
    View on GitHub↗186
  • playerxo/playerxplayerxo avatar

    playerxo/playerx

    122View on GitHub↗

    Media Player Web Component - Uniform Player API - Supports HLS, Dash, Mux, Vimeo, YouTube, JW Player, Wistia

    JavaScript
    View on GitHub↗122
  • aircastdev/yew-component-sizeA

    AircastDev/yew-component-size

    0View on GitHub↗

    A Yew component that emits events when the parent component changes width/height. Only compatible with Yew using web_sys.

    View on GitHub↗0
  • aircastdev/yew-virtual-scrollerA

    AircastDev/yew-virtual-scroller

    0View on GitHub↗

    A Yew component for virtual scrolling / scroll windowing -- Only renders the visible content into the dom.

    View on GitHub↗0
  • alekswebnet/pdfjs-viewer-elementalekswebnet avatar

    alekswebnet/pdfjs-viewer-element

    71View on GitHub↗

    A standalone, isolated, plug-in PDF viewer based on the built-in PDF.js viewer in Firefox

    JavaScript
    View on GitHub↗71