暴力猴 https://violentmonkey.github.io/

Gerald 8f2c5593d4 feat: add new feature marks 9 ani în urmă
scripts d9fb27aca8 feat: use yaml locale files 9 ani în urmă
src 8f2c5593d4 feat: add new feature marks 9 ani în urmă
.gitignore 3c1bc3149a refactor: move static files to src/public 9 ani în urmă
README.md 671f8e115d update links 9 ani în urmă
gulpfile.js d9fb27aca8 feat: use yaml locale files 9 ani în urmă
package.json d9fb27aca8 feat: use yaml locale files 9 ani în urmă

README.md

Violentmonkey

Violentmonkey provides userscripts support for Chromium-based Opera.
Violentmonkey for Opera Presto: https://github.com/Violentmonkey/Violentmonkey-oex

Language localization

  • You may download src/_locales/en/messages.yml and translate it into your own language, and then make a pull request.

  • If you are working with an existed locale file, the newly added items will have empty messages. You may then check out src/_locales/en/messages.yml for the English version and translate it, or just leave it blank to use the English version as a fallback.

Development

$ npm i
$ npm run dev
# Then load the extension from 'dist/'.