awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRuntime CSS Interceptors

Tools that hook into the browser style loading process to rewrite CSS rules before application.

Distinct from CSS Styling: Closest candidates focus on static styling or translation to native styles, not the active interception and rewriting of the browser's CSS loading pipeline.

Explore 1 awesome GitHub repository matching web development · Runtime CSS Interceptors. Refine with filters or upvote what's useful.

Awesome Runtime CSS Interceptors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • leaverou/prefixfreeLeaVerou 的头像

    LeaVerou/prefixfree

    3,792在 GitHub 上查看↗

    prefixfree is a runtime CSS processor and polyfill library designed to ensure cross-browser visual consistency. It functions as a client-side script that automatically detects browser requirements and injects necessary vendor prefixes into CSS properties and values at runtime. The project utilizes a system that intercepts stylesheets and modifies style rules in browser memory. It includes a DOM mutation style monitor that observes the document tree for new elements to apply prefixing logic to dynamic content and attributes. The library provides polyfilling for modern CSS standards in legacy

    Intercepts the browser style loading process to parse and rewrite CSS rules in memory before they are applied.

    JavaScript
    在 GitHub 上查看↗3,792
  1. Home
  2. Web Development
  3. Runtime CSS Interceptors