An open API service indexing awesome lists of open source software.

https://github.com/aaadddfgh/capturer-tampermonkey

a simple mouse click recorder/player tampermonkey script
https://github.com/aaadddfgh/capturer-tampermonkey

automation tampermonkey tampermonkey-userscript

Last synced: 4 months ago
JSON representation

a simple mouse click recorder/player tampermonkey script

Awesome Lists containing this project

README

        

This is a simple mouse click recorder/player for tampermonkey.

you need to add `@match` to make script really works like following
```
// @match https://somesite/*/*
```