2 Repos
Automatically checks remote URLs for newer script versions and downloads updates when metadata specifies version and update URLs.
Distinct from Remote Script Sourcing: Distinct from Remote Script Sourcing: adds automatic version-checking and update logic, not just one-time downloading.
Explore 2 awesome GitHub repositories matching development tools & productivity · Automatic Script Updates. Refine with filters or upvote what's useful.
DailyCheckin is an automated multi-platform daily check-in tool that logs into dozens of online services to collect rewards without manual intervention. It supports a wide range of platforms including Bilibili, Baidu Tieba, Aliyun Drive, AcFun, and many others, handling tasks such as daily sign-ins, coin tipping, lottery draws, and virtual currency conversion. The system is built around a config-file-based platform registry that allows dynamic addition or exclusion of tasks, with a cron-driven scheduler executing all check-in scripts sequentially in a single process. The tool distinguishes it
Pulls the latest version of the check-in script automatically to keep tasks running without manual intervention.
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
Automatically synchronizes local userscripts with newer versions from configured remote URLs using @updateURL metadata.