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
- Host: GitHub
- URL: https://github.com/aaadddfgh/capturer-tampermonkey
- Owner: aaadddfgh
- License: mit
- Created: 2024-05-11T13:56:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:01:44.000Z (about 1 year ago)
- Last Synced: 2024-12-31T05:16:48.793Z (5 months ago)
- Topics: automation, tampermonkey, tampermonkey-userscript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*/*
```