https://github.com/tlater/tridactyl-youtube-mode
https://github.com/tlater/tridactyl-youtube-mode
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tlater/tridactyl-youtube-mode
- Owner: TLATER
- Created: 2021-07-18T02:49:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T03:04:23.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T16:30:31.569Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-mode
A YouTube mode for [Tridactyl](https://github.com/tridactyl/tridactyl).
## Usage
Whenever a YouTube watch page is loaded, `youtube-mode` will
automatically be enabled. This simply enables the default YouTube
keybindings.
The escape hatch is ``.
## Installation
Copy the contents of `src/` to your `~/.config/tridactyl/`, and add
the following to a (possibly new) `~/.config/tridactyl/tridactylrc`:
```
source ~/.config/tridactyl/youtube-mode
```
A binding to re-enter `youtube-mode` after exiting can be set like so:
```
bind yt mode youtube-mode
```
This is not done by default to prevent clutter.