2 مستودعات
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.
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.
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.