This repository will store browser scripts I load with Violentmonkey.
-
Method #1:
This method is nice because it also imports Violentmonkey settings, in addition to the scripts themselves.
-
Zip this repository up into a
.zip
file. For structuring, the archive should be flat. For example, this README (and all other scripts) should be at the root level of the archive.git-archive can assist with this:
git archive --format=zip --output scripts.zip HEAD
-
Navigate to the Violentmonkey settings (click Violentmonkey icon in browser's extension toolbar, then click gear icon).
-
In the Data Import section, click Import from zip, and select the zip archive from earlier.
-
-
Method #2:
Just copy paste scripts from here as new scripts.
-
Navigate to the Violentmonkey settings (click Violentmonkey icon in browser's extension toolbar, then click gear icon).
-
In the Data Export section and click Export from zip. A zip archive download will be triggered.
-
Copy the files from that archive into this repository, overwriting anything with the newest versions.
-
Commit and push this repository.