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
maxRedirectsfromGM_xmlhttpRequestin favor ofredirect - Removed
GM_cookie'sstoremethod along withstoreIdandtabId; getting cookies now uses the current page'sstoredirectly (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

Implemented a site blacklist feature

Added a switch type to UserConfig
