9 Repos
Tools that allow users to inject custom scripts and interface modifications into websites to extend browser functionality.
Distinguishing note: This category focuses on user-script management and site-specific automation, distinct from general-purpose browser automation or web development frameworks.
Explore 9 awesome GitHub repositories matching web development · Browser Extension Script Managers. Refine with filters or upvote what's useful.
Bilibili-Evolved is a browser-based environment that functions as a web content modification engine. It operates as a user interface customization suite, allowing users to personalize their browsing experience by injecting custom logic and interface modifications directly into the Bilibili platform. The project distinguishes itself through a modular component architecture that organizes independent features into isolated units, which can be toggled or configured individually. It utilizes a user-script injection mechanism and a document mutation observer pattern to dynamically alter site asset
Provides a dedicated environment for managing and executing custom user scripts to modify website behavior and interface elements.
Min is a minimalist, privacy-focused web browser designed to limit data collection and remove interface clutter. It serves as an ad-blocking tool that prevents tracking scripts and advertisements from loading to improve page speed and protect user identity. The browser differentiates itself through organized tab management, where related tabs are grouped into named tasks to separate work streams. It features a tag-based bookmark manager that replaces traditional hierarchical folders with custom labels and provides a simplified reader view to strip away non-essential page elements for focused
Executes custom JavaScript snippets and userscripts to modify page behavior and add functionality.
Violentmonkey is a userscript manager extension and JavaScript injection framework. It allows users to install and manage custom scripts and CSS to modify the behavior and appearance of websites based on metadata-driven trigger conditions. The project functions as a cloud-synced script manager, backing up and synchronizing scripts across different devices using external cloud storage services. It also serves as a cross-origin request bridge, providing a communication layer that enables scripts to bypass the same-origin policy to fetch data. The tool covers a broad range of browser automation
Acts as a manager for injecting custom scripts and interface modifications into websites.
Tampermonkey is a userscript manager used for browser behavior modification and web page automation. It allows for the installation and management of custom scripts that inject JavaScript into web pages to change their appearance or functionality. The project enables cross-browser script synchronization to maintain a consistent set of modifications across multiple devices. It provides a mechanism to manage custom userscript collections and synchronize them via cloud accounts. The system covers a broad range of capabilities including the automation of repetitive tasks on specific websites and
Provides a specialized manager for injecting custom scripts and interface modifications to extend browser functionality.
Dieses Projekt ist eine Referenzbibliothek und Sammlung praktischer Codebeispiele für den Bau von Browser-Erweiterungen unter Verwendung der WebExtensions-APIs. Es bietet Implementierungsleitfäden und funktionale Beispiele für Kernkomponenten von Erweiterungen, einschließlich Content-Skripten, Hintergrundprozessen und Browser-Action-Popups. Das Repository konzentriert sich auf die Demonstration spezifischer Implementierungsmuster für die Anpassung der Browser-UI und die Manipulation von Webseiten. Es enthält Beispiele für das Erstellen von Sidebars, Kontextmenüs und Optionsseiten sowie Techniken zum Injizieren von Skripten und Styles, um DOM-Elemente und das Seitenaussehen zu verändern. Das Projekt deckt eine breite Palette von Funktionen ab, einschließlich Inter-Prozess-Kommunikation durch Messaging-Bridges, Abfangen und Modifizieren von Netzwerkanfragen sowie die Verwaltung von Browser-Tabs, Verlauf und Lesezeichen. Es bietet zudem Beispiele für Persistenz via Local Storage, Identitätsprüfung mittels OAuth2 und die Integration benutzerdefinierter Panels in Browser-Entwicklertools.
Controls the dynamic registration and unregistration of scripts to manage when custom code is active.
Userscripts is a Safari browser extension that installs and runs custom JavaScript and CSS on websites through Apple's content script injection system. It provides a privileged execution context that allows userscripts to perform cross-origin HTTP requests and access clipboard functionality beyond standard browser sandbox restrictions. The extension uses metadata tags like @match, @run-at, and @weight to control precisely when and where scripts execute on web pages. It includes a built-in code editor with syntax highlighting and linting for modifying scripts directly, and supports automatic s
Provides a sidebar, editor, and controls to add, edit, enable, disable, and delete custom JavaScript and CSS files.
CSDNGreener ist eine Sammlung benutzerdefinierter Tools und Regeln, die als Browser-Erweiterung oder Tampermonkey-User-Script konzipiert sind, um Werbeinhalte zu filtern und Web-Layouts zu bereinigen. Es fungiert als Content-Filter speziell für die CSDN-Plattform und entfernt Werbung sowie schwebende Fenster, um die Lesbarkeit der Seite zu verbessern. Das Projekt konzentriert sich auf Interface-Optimierung für CSDN, wobei das Layout und das User-Interface modifiziert werden, um Browsing-Geschwindigkeit und Usability zu verbessern. Dies wird durch das Entfernen von Werbe-Pop-ups und ablenkenden visuellen Elementen erreicht, um eine sauberere Leseumgebung zu schaffen. Diese Funktionen werden durch Content-Filterung, Layout-Optimierung und die Verwaltung von benutzerdefiniertem JavaScript via Tampermonkey umgesetzt.
Utilizes browser extension script management to alter the behavior of specific websites.
I-Still-Dont-Care-About-Cookies ist eine Browser-Erweiterung und ein Content-Blocker, der darauf ausgelegt ist, Cookie-Zustimmungswarnungen und Pop-ups von Webseiten zu entfernen. Er fungiert als Browser-Datenschutz-Tool und DOM-Element-Filter, der Webseiten-Unordnung und visuelle Unterbrechungen während des Surfens reduziert. Die Erweiterung identifiziert und verbirgt intrusive Elemente durch die Verwendung einer Datenbank domänenspezifischer Selektoren. Sie nutzt eine Kombination aus CSS-Injektion zum Verbergen von Elementen und JavaScript-Ausführung zum Entfernen komplexer Schnittstellenkomponenten, die nicht allein durch Stylesheets verborgen werden können. Das Tool verwaltet Content-Skripte und CSS-Selektoren, um das Surferlebnis durch das Filtern repetitiver Benachrichtigungs-Overlays und Zustimmungsformulare zu optimieren.
Manages content scripts and CSS selectors to inject interface modifications into websites for a streamlined experience.
Scriptcat is a user script manager and browser extension designed to install, execute, and manage custom JavaScript scripts to modify website behavior and extend browser functionality. It features a JavaScript sandbox environment that provides specialized APIs for storage, cookies, and system notifications, alongside a cloud-synced script repository to keep subscriptions and configurations consistent across multiple devices. The project includes an in-browser script editor for writing, testing, and debugging code directly within the browser. It also incorporates a cross-domain request engine
Acts as a comprehensive manager for installing and executing custom JavaScript scripts to modify website behavior.