GithubHelp home page GithubHelp logo

nfsmaniac / violentmonkey-oex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from violentmonkey/violentmonkey-oex

0.0 1.0 0.0 121 KB

Violentmonkey, UserScripts support for Opera.

License: GNU General Public License v3.0

violentmonkey-oex's Introduction

Violentmonkey

Introduction

Greasemonkey is a very popular addon on Firefox and has lot of amazing scripts running through it. Opera has supported GM scripts for several versions but there are still some limits. Violentmonkey is designed for using Greasemonkey scripts on Opera.

Features

  1. Install scripts from http://userscripts.org/.
  2. Update automatically according to the meta data.
  3. Wrappers are imported so that variables will be separated in different scripts.
  4. Matching rules can be URLs with wildcards or regular-expressions both start and end with a forward-slash (/), check Greasemonkey documents for more information.
  5. Run scripts in order as shown in the list.
  6. GM functions are supported.
  7. Local .user.js files can be installed by dragging into Opera.
  8. Support export to a zip file.

FAQ

  1. Where is the data stored?

    Since extensions of Opera do not have the permission to read or write in local drives, all the scripts are stored in the extension storage. Scripts can be exported to a zip file since version 1.2.

  2. What about the local UserJS?

    Violentmonkey does nothing with the local UserJS. They can work just as before. But make sure they are not both in UserJS folders and Violentmonkey, because that will make the script running twice.

  3. Do I need to install the required scripts (e.g. jQuery) to Violentmonkey along with the main one?

    No. Even if they are installed, they make no difference. Violentmonkey will build a separated environment for each script, as a result, variables from different scripts will not be visited by each other. All you need to do is to make sure the required scripts are required with @require rules in meta data. Violentmonkey will do the left.

Preview release (2012-1-2): https://skydrive.live.com/redir?resid=9F63DC97688A095E!619

Author: Gerald <[email protected]>

violentmonkey-oex's People

Contributors

gera2ld avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.