Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
caruwuceno edited this page Mar 30, 2015 · 6 revisions

###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 in Options > Advanced.

###Global excludes Works just like @exclude but for all scripts. Check Greasemonkey docs for more details. e.g.: *.163.com/* (wild card expression) or /\.163\.com\// (regular expression) matches all pages in site 163.com.

###Data export When exported, a zip file will be generated and a download is fired. Save it to local drives instead of downloading it using a download tool. This file, in which are the user scripts exported as well as a config file for Violentmonkey, should be loaded by a compressor like 7-zip. The exported zip file can also be imported by Violentmonkey (both Opera and Maxthon versions).

Clone this wiki locally