Total Pageviews

Friday 22 May 2020

Greasemonkey/Tampermonkey的类似物Violentmonkey

Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. 

Violentmonkey

Chrome Web Store Firefox Add-ons Microsoft Edge Add-on Gitter TravisCI
Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
More details can be found here.

Related projects

Development

Make sure Node.js greater than v10.0 is installed.
# Install dependencies
$ yarn

# Watch and compile
$ yarn dev
Then load the extension from 'dist/'.

Build

$ yarn build
from https://github.com/violentmonkey/violentmonkey
----------------------

Violentmonkey

An open source userscript manager.
Violentmonkey provides userscripts support for browsers.

Features

  • Powerful
    • Customize web pages.
    • Automate your work.
  • Data on the cloud
    • Sync to Dropbox, OneDrive, Google Drive, or a WebDAV service.
    • Sync between different browsers.
  • User-friendly
    • Keep simple, no need to make choices.
    • Communicate with external editors.
Note: This extension does not contain any ads and does not modify web pages automatically. Any changes and modifications on the sites are done by installed scripts. Therefore, please install only scripts that you trust.

Supported Browsers

Violentmonkey is built with web extension APIs, thus supports many browsers.
  • ChromeChrome
  • FirefoxFirefox
  • EdgeEdge
  • OperaOpera
  • VivaldiVivaldi
  • ChromiumMore Chromium based browsers

from https://violentmonkey.github.io/

No comments:

Post a Comment