You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScriptCat is a powerful userscript manager based on Tampermonkey's design philosophy, fully compatible with Tampermonkey scripts. It not only supports traditional userscripts but also innovatively implements a background script execution framework with rich API extensions, enabling scripts to accomplish more powerful functions. It features an excellent built-in code editor with intelligent completion and syntax checking, making script development more efficient and smooth.
29
+
ScriptCat is a powerful userscript manager based on Tampermonkey's design philosophy, fully compatible with Tampermonkey
30
+
scripts. It not only supports traditional userscripts but also innovatively implements a background script execution
31
+
framework with rich API extensions, enabling scripts to accomplish more powerful functions. It features an excellent
32
+
built-in code editor with intelligent completion and syntax checking, making script development more efficient and
33
+
smooth.
30
34
31
35
**If you find it useful, please give us a Star ⭐ This is the greatest support for us!**
32
36
@@ -40,14 +44,16 @@ ScriptCat is a powerful userscript manager based on Tampermonkey's design philos
40
44
### 🔧 Powerful Functions
41
45
42
46
-**Full Tampermonkey Compatibility**: Seamlessly migrate existing Tampermonkey scripts with zero learning curve
If you cannot access extension stores, download the latest ZIP package from [GitHub Releases](https://github.com/scriptscat/scriptcat/releases) for manual installation.
80
+
If you cannot access extension stores, download the latest ZIP package from
81
+
[GitHub Releases](https://github.com/scriptscat/scriptcat/releases) for manual installation.
75
82
76
83
### 📝 Usage Guide
77
84
78
85
#### Installing Scripts
79
86
80
87
1.**Get from Script Markets**: Visit [ScriptCat Script Store](https://scriptcat.org/search) or other userscript markets
3.**Compatibility**: Supports most Tampermonkey scripts, can be installed directly. If you encounter incompatible scripts, please report them to us through [issues](https://github.com/scriptscat/scriptcat/issues).
89
+
3.**Compatibility**: Supports most Tampermonkey scripts, can be installed directly. If you encounter incompatible
90
+
scripts, please report them to us through [issues](https://github.com/scriptscat/scriptcat/issues).
83
91
84
92
#### Developing Scripts
85
93
86
-
Check our [Development Documentation](https://docs.scriptcat.org/docs/dev/) and [Developer Guide](https://learn.scriptcat.org/) to learn how to write scripts. The documentation covers everything from basics to advanced topics, making script development effortless.
94
+
Check our [Development Documentation](https://docs.scriptcat.org/docs/dev/) and
95
+
[Developer Guide](https://learn.scriptcat.org/) to learn how to write scripts. The documentation covers everything from
96
+
basics to advanced topics, making script development effortless.
87
97
88
-
If you find errors in the documentation or want to contribute content, you can click "Edit this page" on the documentation page to make modifications.
98
+
If you find errors in the documentation or want to contribute content, you can click "Edit this page" on the
99
+
documentation page to make modifications.
89
100
90
101
---
91
102
92
103
## 🤝 Contributing
93
104
94
-
We welcome all forms of contributions! Please check the [Contributing Guide](./docs/CONTRIBUTING_EN.md) to learn how to get started.
105
+
We welcome all forms of contributions! Please check the [Contributing Guide](./docs/CONTRIBUTING_EN.md) to learn how to
0 commit comments