2 repository-uri
Injecting new interactive UI elements by attaching event listeners to native page components.
Distinct from Event-Driven Component Interfaces: Distinct from event-driven frameworks; focuses on the injection of elements into an existing third-party page.
Explore 2 awesome GitHub repositories matching user interface & experience · Dynamic Element Injection. Refine with filters or upvote what's useful.
Refined GitHub is a browser extension that modifies the GitHub web interface to add features and remove annoyances. It functions as a user interface enhancement tool that uses custom CSS and JavaScript to rearrange layouts and inject new interactive elements into GitHub pages. The project serves as a workflow automation tool and repository utility, providing capabilities to automate pull request tasks such as branch cleanup and commit defaults. It acts as a code review assistant by identifying conflicting pull requests and improving navigation for code references. The extension covers severa
Adds new buttons and interactive elements by attaching event listeners to existing native page components.
Portal-vue is a library for rendering Vue component content into arbitrary DOM elements outside their original parent-child hierarchy. It functions as a DOM teleportation tool and cross-component content injector, allowing developers to decouple a component's logical position in the application tree from its physical location in the document. The tool specifically enables the injection of dynamic interface elements, such as modals and tooltips, into root-level containers. This mechanism allows visual templates to bypass CSS nesting and layout constraints by separating the visual location from
Injects dynamic Vue interface elements into arbitrary DOM targets while maintaining a synchronized lifecycle.