awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesExternal Script Execution

Running external JavaScript files within a simulated environment to interact with a virtual DOM.

Distinct from Platform Script Execution: Existing candidates focus on platform scripts or CGI, not executing JS to manipulate a simulated DOM.

Explore 2 awesome GitHub repositories matching development tools & productivity · External Script Execution. Refine with filters or upvote what's useful.

Awesome External Script Execution GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jsdom/jsdomالصورة الرمزية لـ jsdom

    jsdom/jsdom

    21,587عرض على GitHub↗

    jsdom is a Node.js DOM implementation that functions as a headless browser emulator and virtual browser environment. It provides a pure JavaScript implementation of web standards, acting as a web standards polyfill that simulates the window and document objects within a non-browser runtime. The project implements W3C and WHATWG specifications to provide a programmatic environment for parsing HTML and manipulating content. It serves as an HTML parser and serializer, allowing for the transformation of HTML strings into document structures and the export of those structures back into text. The

    Executes external JavaScript to modify the document structure and interact with web platform APIs.

    JavaScript
    عرض على GitHub↗21,587
  • maximegmd/cyberenginetweaksالصورة الرمزية لـ maximegmd

    maximegmd/CyberEngineTweaks

    4,786عرض على GitHub↗

    CyberEngineTweaks is a modding framework for Cyberpunk 2077 that provides a suite of tools for engine patching, scripting extensions, and the creation of interactive in-game modification interfaces. It functions as a scripting engine extension and patching tool designed to modify engine behavior and add custom game logic. The project distinguishes itself by combining a script-injection framework with a graphical user interface library, allowing for the development of custom settings menus and overlays directly within the game engine. It enables low-level engine modifications to improve perfor

    Runs external scripts within the engine runtime to implement gameplay tweaks and custom behaviors.

    C++cyberpunkcyberpunk2077
    عرض على GitHub↗4,786
  1. Home
  2. Development Tools & Productivity
  3. External Script Execution