
Userscripts
iOS Universel / developpeurs
Userscripts is an open source Safari extension that lets you save and run arbitrary bits of JavaScript (and CSS) code for the websites you visit.
Features:
- Open source
- No user tracking
Use cases:
- Automatic page redirection
- Website page manipulation (styling, element creation)
- Custom ad-blocking
- Custom code injection
- Custom style injection
If you're looking for a way to easily create quality of life Javacript code snippets for your web browsing experience, give Userscripts a try.
Visit the GitHub repository for help or to report bugs: https://github.com/quoid/userscripts/
Quoi de neuf dans la dernière version ?
Visit the GitHub repository for help or to report bugs: https://github.com/quoid/userscripts/
Changes:
- feat: GM.xmlHttpRequest add document type support and performance improvements - #710
- Add support `responseType: "document"` for `GM.xmlHttpRequest`
- New non-standard `contentType` key in `GM.xmlHttpRequest` response object
- perf: Optimized for transmission and processing of various data types
- fix: `GM.info.version` is missing #706
- feat: GM.xmlHttpRequest returns promise and supports multiple data types - #716
- `GM.xmlHttpRequest` send supports more data types and deprecates `binary` key #708
- `GM.xmlHttpRequest` return a promise resolved with response object #712