Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iron-wolf/userscripts
https://github.com/iron-wolf/userscripts
javascript userscript vanilla-js
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iron-wolf/userscripts
- Owner: Iron-Wolf
- Created: 2021-12-01T10:13:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T16:10:02.000Z (about 1 year ago)
- Last Synced: 2023-11-22T17:02:49.596Z (about 1 year ago)
- Topics: javascript, userscript, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
![dependencies][badge-dep] [![language][badge-lang]][link-vjs]Collection of small UserScript for desperate people (including me) who use somewhat crappy web applications.
Thoses are __self contained__ script with as __few dependencies__ as possible (goal is zero for each script).## Phylosophy
I've build thoses scripts with the open source phylosophy in mind, as described by the [OSD](https://opensource.org/docs/osd).
As such, you can do whatever you want with these scripts.## Disclaimer
I make these scripts on my spare time and adapt them to my needs.
So don't expect me to have solved all the problems you might encounter.Moreover, some of these scripts use a __hard coded__ configuration.
They are quite small thought, so you will be able to easily customize them (if needed).## Installation
Click on what you want (whateverMonkey should detect the script automagicaly) :
- ![][badge-maintained-no] [Allocine Date Selector](https://github.com/Iron-Wolf/Userscripts/raw/master/allocine_date_selector.user.js)
- ![][badge-maintained-yes] [Jira Commentary Remover](https://github.com/Iron-Wolf/Userscripts/raw/master/jira_commentary_remover.user.js)
- ![][badge-maintained-no] [LC Customizer](https://github.com/Iron-Wolf/Userscripts/raw/master/lc_customizer.user.js)
- ![][badge-maintained-yes] [Mantis Customizer](https://github.com/Iron-Wolf/Userscripts/raw/master/mantis_customizer.user.js)
- ![][badge-maintained-no] [RedMine ScrumBoard](https://github.com/Iron-Wolf/Userscripts/raw/master/redmine_scrumboard.user.js)
- ![][badge-maintained-no] [RedMine Wiki](https://github.com/Iron-Wolf/Userscripts/raw/master/redmine_wiki.user.js)
- ![][badge-maintained-no] [TFS Control Buttons](https://github.com/Iron-Wolf/Userscripts/raw/master/tfs_control_buttons.user.js)
- ![][badge-maintained-yes] [WynnMap Utils](https://github.com/Iron-Wolf/Userscripts/raw/master/wynnmap_utils.user.js)[badge-dep]: https://img.shields.io/badge/Dependencies-No-brightgreen
[badge-lang]: https://img.shields.io/badge/Languages-Vanilla%20JS-blueviolet
[badge-maintained-yes]: https://img.shields.io/badge/Maintained-Yes-brightgreen
[badge-maintained-no]: https://img.shields.io/badge/Maintained-No-red
[link-vjs]: http://vanilla-js.com/