Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcarr823/crunchy-nav
Browser extension to make the Crunchyroll website easier to navigate with a keyboard
https://github.com/mcarr823/crunchy-nav
Last synced: about 1 month ago
JSON representation
Browser extension to make the Crunchyroll website easier to navigate with a keyboard
- Host: GitHub
- URL: https://github.com/mcarr823/crunchy-nav
- Owner: mcarr823
- License: gpl-3.0
- Created: 2024-07-28T03:36:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T08:49:46.000Z (4 months ago)
- Last Synced: 2024-10-03T12:18:04.777Z (3 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crunchy Nav
Crunchy Nav is a browser extension which aims to make the Crunchyroll website easier to navigate when using a keyboard (arrow keys), gamepad (joystick, d-pad), or remote control.
It removes unnecessary elements from the web page and allows you to highlight different anime series by using directional controls.
This makes the user interface similar to how Crunchyroll works on other platforms, such as on Android TV or on video game consoles.
## Current Status
Most of the basic functionality is done, but the extension isn't quite usable yet.
It also needs testing with different browsers (currently only tested on Firefox) and screen sizes.
## Warning: occasional breakages expected
This extension works by parsing the Crunchyroll website's DOM and searching for known tags.
It expects certain elements to exist in a certain format.
As such, any changes to the website will likely break this extension.