Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edusperoni/cr-queue-sorter
https://github.com/edusperoni/cr-queue-sorter
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edusperoni/cr-queue-sorter
- Owner: edusperoni
- License: mit
- Created: 2020-01-27T21:26:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:11:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T23:17:21.469Z (23 days ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CR Queue Sorter [![Build Status](https://travis-ci.com/edusperoni/cr-queue-sorter.svg?branch=master)](https://travis-ci.com/edusperoni/cr-queue-sorter)
This is a simple Crunchyroll queue sorter I made to fix the new abysmal crunchyroll queue.
You can install it using TamperMonkey/GreaseMonkey. Script is in `release/userscript/`.
[Direct link to userscript](https://github.com/edusperoni/cr-queue-sorter/raw/master/release/userscript/bundle.user.js)
## Building:
### Development
On one terminal run `npm run build:dev`.
On another terminal run `npm run serve`.
Add `http://localhost:5001/bundle.proxy.user.js` to your tampermonkey. Open Tampermonkey Configuration > Externals > Select "Always". Open your Crunchyroll Queue. After changing the code and saving you might need to refresh the page twice for it to load properly.
### Release
Run `npm run build:prod` and use `dist/` files.
Run `npm run copy-userscript` to copy dist files to userscript and commit them to the repo.