3 个仓库
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 是一套自定义工具和规则,设计为浏览器扩展或 Tampermonkey 用户脚本,用于过滤促销内容并清理 Web 布局。它专门作为 CSDN 平台的过滤器,删除广告和浮动窗口以提高页面可读性。 该项目专注于 CSDN 的界面优化,修改布局和用户界面以提高浏览速度和可用性。它通过删除促销弹窗和分散注意力的视觉元素来实现这一目标,从而创造一个更整洁的阅读环境。 这些功能通过内容过滤、布局优化以及通过 Tampermonkey 管理自定义 JavaScript 来实现。
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.