awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesScript Update Management

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.

Awesome Script Update Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • quoid/userscriptsالصورة الرمزية لـ quoid

    quoid/userscripts

    4,349عرض على GitHub↗

    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.

    Swiftsafarisafari-app-extensionsafari-extension
    عرض على GitHub↗4,349
  • adlered/csdngreenerالصورة الرمزية لـ adlered

    adlered/CSDNGreener

    4,203عرض على GitHub↗

    CSDNGreener عبارة عن مجموعة من الأدوات والقواعد المخصصة المصممة كإضافة متصفح أو نص برمجي للمستخدم Tampermonkey لتصفية المحتوى الترويجي وتنظيف تخطيطات الويب. يعمل كفلتر محتوى مخصص لمنصة CSDN، حيث يزيل الإعلانات والنوافذ العائمة لتحسين قابلية قراءة الصفحة. يركز المشروع على تحسين الواجهة لـ CSDN، وتعديل التخطيط وواجهة المستخدم لتحسين سرعة التصفح وسهولة الاستخدام. يحقق ذلك عن طريق إزالة النوافذ المنبثقة الترويجية والعناصر المرئية المشتتة لإنشاء بيئة قراءة أنظف. يتم تنفيذ هذه الإمكانيات من خلال تصفية المحتوى، وتحسين التخطيط، وإدارة JavaScript المخصص عبر Tampermonkey.

    Utilizes browser extension script management to alter the behavior of specific websites.

    JavaScriptcsdntampermonkeyuserscript
    عرض على GitHub↗4,203
  • scriptscat/scriptcatالصورة الرمزية لـ scriptscat

    scriptscat/scriptcat

    4,122عرض على GitHub↗

    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.

    TypeScriptchrome-extensiongreasemonkey-userscriptscriptcat
    عرض على GitHub↗4,122
  1. Home
  2. Web Development
  3. Browser Extension Script Managers
  4. Script Update Management