3 Repos
Systems for checking and applying updates to installed user scripts.
Distinct from Browser Extension Script Managers: Focuses on updating external user scripts rather than general software versioning or build snapshots.
Explore 3 awesome GitHub repositories matching web development · Script Update Management. Refine with filters or upvote what's useful.
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
Checking remote sources for newer script versions and automatically downloading updates when metadata specifies version and update URLs.
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.
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
Checks for updates to installed scripts and applies silent or manual updates to the latest version.