violentmonkey.github.io icon indicating copy to clipboard operation
violentmonkey.github.io copied to clipboard

Website of Violentmonkey

Results 12 violentmonkey.github.io issues
Sort by recently updated
recently updated
newest added

Is there a handson simple wiki to wrote down violentmonkey scr ?

https://violentmonkey.github.io/api/gm/#gm_info It mentions `info.script.resources`, but not `require`.

The title should be the `title` specified at the beginning of each md file.

After learning about why VM.url does [not work](https://github.com/violentmonkey/vm-url/issues/2) on Violentmonkey, I've noticed a lot of other bugs listed in the VM repo with similar issues and answers. Should there be...

The blog has this article: [How to edit scripts with your favorite editor?](https://violentmonkey.github.io/posts/how-to-edit-scripts-with-your-favorite-editor/) However I found it quite confusing - it took me a long time to figure out how...

Especially why we can't read local file system

I understand that there may be issues with copying and modification (#16). However (assuming you don't want external contributors or have a CLA process), would it be possible to release...

1. Go to https://violentmonkey.github.io/guide/creating-a-userscript/ 2. Inspect the image in devtools and uncheck `height: 100%;` I see that the image becomes crisp, i.e. its height was initially incorrect. This is particularly...

I've added a jquery example of how to include options within the observer. Feel free to ignore this, I just thought it might be a half decent suggestion to include.

deployed

### Sequence of actions: 1. Set the following Injection blacklists under the Blacklist settings: ``` file://*/* @exclude-match file://*/*.webm ``` 2. Install the following userscript: ``` https://github.com/WhatIsThisImNotGoodWithComputers/webm-looper-userscript/raw/master/webm-looper.user.js ``` 3. Open a...