Перейти к основному содержимому

v0.17

Starting with v0.17.0, ScriptCat upgraded to Manifest V3 and switched its storage engine from indexedDB to chrome.storage.local. Switching storage engines automatically opens this page and restarts the extension. If you notice any data issues, please let us know on GitHub.

v0.17.0-alpha

Refactored for Manifest V3, switched the storage engine, and modified some features

  • To stay consistent with Tampermonkey, removed maxRedirects from GM_xmlhttpRequest in favor of redirect
  • Removed GM_cookie's store method along with storeId and tabId; getting cookies now uses the current page's store directly (for example, incognito and normal windows have different stores)
  • Removed @require-css

v0.17.0-beta.4

Added a quick script-update check to the popup page

image-20250620165421754

Implemented a site blacklist feature

image-20250620165529101

Added a switch type to UserConfig

image-20250620165640030