awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scriptscat avatar

scriptscat/scriptcat

0
View on GitHub↗
4,122 स्टार्स·315 फोर्क्स·TypeScript·gpl-3.0·2 व्यूज़docs.scriptcat.org↗

Scriptcat

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 that enables HTTP requests to bypass standard browser security policies to exchange data with external domains.

The system covers a broad range of capabilities including browser automation via recurring task scheduling and background script execution, web page customization through context injection, and comprehensive script lifecycle management such as bulk importing and version control. It provides data persistence through local, tab-scoped, and synchronized storage, as well as security controls for domain-based blocking and permission management.

Features

  • Browser Extension Script Managers - Acts as a comprehensive manager for installing and executing custom JavaScript scripts to modify website behavior.
  • Sandboxed Scripting - Executes scripts in a restricted sandbox environment to prevent interference with other browser processes.
  • Browser-Based Workflows - Implements automation engines to schedule recurring tasks and run background scripts independently of open tabs.
  • Cross-Origin Networking - Implements a mechanism to bypass standard CORS restrictions and exchange data with external domains.
  • Cross-Origin Asset Proxies - Bypasses browser security policies using a privileged background context to proxy cross-origin requests.
  • Isolated Execution Sandboxes - Executes custom scripts in a secure, isolated sandbox environment to prevent interference with other browser processes.
  • Script Permissions Management - Mandates that scripts request access to sensitive operations and requires user confirmation for high-risk actions.
  • Sandboxed Execution Environments - Implements an isolated execution layer to run user scripts securely while providing specialized API access.
  • Persistent Background Workers - Maintains a persistent background execution thread to handle recurring tasks and global events.
  • Browser APIs - Provides built-in interfaces for managing cookies, clipboard data, and cross-domain requests within the browser.
  • Browser Extension Development - Provides tools for creating and testing scripts with access to advanced browser APIs and notifications.
  • Script Injections - Enables the injection of custom JavaScript into web pages to modify DOM behavior and automate tasks.
  • Metadata-Driven Injection Engines - Uses header-based metadata to determine the execution order and permissions of user scripts.
  • Script Context Injections - Injects JavaScript into the page environment at specific lifecycle stages to modify the DOM or intercept network requests.
  • Web Page Customizations - Allows injecting scripts into web pages to modify their appearance and add new interactive features.
  • Recurring Task Automation - Runs scripts on a fixed timetable to automate repetitive actions such as check-ins or reminders.
  • Script Metadata Retrievers - Retrieves structured metadata about script versions and runtime parameters to determine execution context.
  • User Script Synchronization - Synchronizes installed scripts and configurations across different devices using external cloud storage providers.
  • Advanced Configuration Tools - Provides specialized storage and configuration tools for complex tasks that exceed standard script capabilities.
  • Script Sync Services - Ships a synchronization service to keep user scripts and subscriptions consistent across different devices.
  • Community Script Stores - Allows users to discover and install popular scripts from a central store or publish their own.
  • In-Browser Code Editing - Includes a built-in development environment for writing, testing, and debugging JavaScript directly in the browser.
  • Cloud-Agnostic Synchronization - Synchronizes installed scripts and subscriptions across devices using an abstracted cloud storage layer.
  • Cross-Origin Request Engines - A system for performing HTTP requests that bypass browser security policies to exchange data with external domains.
  • Cookie Management - Provides interfaces for reading and modifying HTTP cookies across different domains subject to user authorization.
  • Script Execution Blocking - Implements a domain blacklist to prevent specific user scripts from running on designated websites.
  • Background Task Schedulers - Executes scripts continuously in the background to perform persistent tasks independently of open tabs.
  • Inline Editors - Provides a built-in code editor that allows scripts to be modified directly within the browser interface.
  • Script Update Management - Checks for updates to installed scripts and applies silent or manual updates to the latest version.
  • Script Execution Controls - Defines execution order and environment permissions, including specific modes like incognito windows.

स्टार हिस्ट्री

scriptscat/scriptcat के लिए स्टार हिस्ट्री चार्टscriptscat/scriptcat के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Scriptcat के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Scriptcat के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • violentmonkey/violentmonkeyviolentmonkey का अवतार

    violentmonkey/violentmonkey

    7,874GitHub पर देखें↗

    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

    JavaScriptuserscripts-supportviolentmonkeywebextensions
    GitHub पर देखें↗7,874
  • tampermonkey/tampermonkeyTampermonkey का अवतार

    Tampermonkey/tampermonkey

    5,269GitHub पर देखें↗

    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

    JavaScript
    GitHub पर देखें↗5,269
  • quoid/userscriptsquoid का अवतार

    quoid/userscripts

    4,349GitHub पर देखें↗

    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

    Swiftsafarisafari-app-extensionsafari-extension
    GitHub पर देखें↗4,349
  • mdn/webextensions-examplesmdn का अवतार

    mdn/webextensions-examples

    4,447GitHub पर देखें↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    JavaScript
    GitHub पर देखें↗4,447
Scriptcat के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

scriptscat/scriptcat क्या करता है?

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.

scriptscat/scriptcat की मुख्य विशेषताएं क्या हैं?

scriptscat/scriptcat की मुख्य विशेषताएं हैं: Browser Extension Script Managers, Sandboxed Scripting, Browser-Based Workflows, Cross-Origin Networking, Cross-Origin Asset Proxies, Isolated Execution Sandboxes, Script Permissions Management, Sandboxed Execution Environments।

scriptscat/scriptcat के कुछ ओपन-सोर्स विकल्प क्या हैं?

scriptscat/scriptcat के ओपन-सोर्स विकल्पों में शामिल हैं: violentmonkey/violentmonkey — Violentmonkey is a userscript manager extension and JavaScript injection framework. It allows users to install and… tampermonkey/tampermonkey — Tampermonkey is a userscript manager used for browser behavior modification and web page automation. It allows for the… quoid/userscripts — Userscripts is a Safari browser extension that installs and runs custom JavaScript and CSS on websites through Apple's… mdn/webextensions-examples — This project is a reference library and collection of practical code samples for building browser extensions using… sxei/chrome-plugin-demo — 《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验. autoscrape-labs/pydoll — pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction…