Skip to content
This repository was archived by the owner on Nov 16, 2019. It is now read-only.
Gerald edited this page Jan 8, 2013 · 8 revisions

Frequently Asking Questions

  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 fetched 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.

Clone this wiki locally