awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jsdom/jsdomAvatar von jsdom

    jsdom/jsdom

    21,587Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,587
  • maximegmd/cyberenginetweaksAvatar von maximegmd

    maximegmd/CyberEngineTweaks

    4,786Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,786
  1. Home
  2. Development Tools & Productivity
  3. External Script Execution