使用 Mozilla Firefox 浏览器的用户,推荐您安装扩展版以获得更好的效果。扩展版包括一些脚本版无法提供的功能,部分功能效果也会更好。 如需安装脚本版,您可以安装 Greasemonkey 油猴子 、 Violentmonkey 暴力猴 或 Tampermonkey 任一以使用脚本。. Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. It supports most scripts for Greasemonkey and Tampermonkey. Features: - Update automatically according to the meta data. Scripts will be executed in order as shown in the list. GM functions are supported.
- Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. It supports most scripts for Greasemonkey and Tampermonkey.
- Tampermonkey started as Chrome's alternative to Greasemonkey (because the latter was only for Firefox). I don't recommend it, see this1 Violentmonkey started as an Opera extension (back when Opera was using the Presto engine and wasn't compatible with Chrome extensions).
These pages are a work in progress, but are intended to help users with no previous knowledge understand how to install and use userscripts on their computer.
What is a User Script?
Violentmonkey Script
Userscripts (a.k.a User Scripts, User scripts, or .user.js
) are open-source licensed add-ons for web browsers that change web pages as they are loaded. They give users the power to make websites do what they want them to, rather than what was originally intended. This kind of script is usually file named on your computer as site it affects - what useful name you want to call it.user.js
and always does end in .user.js
.
Useful tasks like improving layout, fixing bugs, automating common tasks and adding new functions can all be done by userscripts. More complicated userscripts can create mash-ups by combining information from different websites or embedding new data into a web page, e.g. to add reviews or price comparisons to a shopping website.
What is a Library Script?
Koc Powerbot Plus For Violent Monkey Firefox
Library scripts (a.k.a libs, libraries, or plain .js
) are reusable open-source licensed pieces of code that are shared for common uses in other Userscripts. This kind of script is usually file named what useful name you want to call it.js
and always does not end in .user.js
.
How do I use a userscript?
It requires the installation of an extension specific to your browser. These extensions help simplify management tasks like installing, removing and updating userscripts. The original userscript manager was Greasemonkey for the Firefox browser, so you may often hear userscripts referred to as Greasemonkey scripts. To find out how to get going, look at the options for your browser in the table below.
What are the risks?
You should be aware of privacy issues when using userscripts, and should not install them from sources you do not trust. Userscripts can carry out actions on your behalf and can potentially access any information on a website you have access to, or that you enter into a website. They are often permitted to carry out functions that scripts on normal websites cannot, such as storing information on your computer and sharing it between website. Badly written userscripts could potentially also be exploited by malicious websites.
To reduce security risks, most userscript managers let you control which websites a userscript can access and whether it can operate on secure (https) websites or local files on your computer. On OpenUserJS, the source code of every userscript is available to be examined, so that other programmers can see whether or not there is any malicious code or dangerous bugs.
How do I get going?
Find your web browser in the table below, and follow the links to find out the options for making userscripts work on your platform:
Android | iOS | Linux | macOS | Windows | |
---|---|---|---|---|---|
Chrome | Tampermonkey | – | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey |
Chromium | – | – | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey |
Edge | – | – | – | – | Tampermonkey |
Falkon | – | – | GreaseMonkey | – | GreaseMonkey |
Firefox | Greasemonkey, Tampermonkey, Violentmonkey | – | Greasemonkey, Tampermonkey, Violentmonkey | Greasemonkey, Tampermonkey, Violentmonkey | Greasemonkey, Tampermonkey, Violentmonkey |
Opera | – | – | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey |
Pale Moon | – | – | Greasemonkey 'Fork' | – | Greasemonkey 'Fork' |
Safari | – | – | – | Tampermonkey | – |
SeaMonkey | – | – | Greasemonkey Port | Greasemonkey Port | Greasemonkey Port |
Yandex Browser | Tampermonkey, Violentmonkey | – | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey | Tampermonkey, Violentmonkey |