Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeniex/space-bar-to-play-pause-reddit-videos
Play/Pause a focused video by pressing the [Space Bar]. Automatically focus an auto-playing video
https://github.com/jeniex/space-bar-to-play-pause-reddit-videos
greasemonkey greasyfork reddit tampermonkey userscripts violentmonkey
Last synced: 20 days ago
JSON representation
Play/Pause a focused video by pressing the [Space Bar]. Automatically focus an auto-playing video
- Host: GitHub
- URL: https://github.com/jeniex/space-bar-to-play-pause-reddit-videos
- Owner: JenieX
- License: mit
- Created: 2022-05-10T05:17:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:27:38.000Z (over 2 years ago)
- Last Synced: 2024-10-31T05:05:24.541Z (20 days ago)
- Topics: greasemonkey, greasyfork, reddit, tampermonkey, userscripts, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Space Bar to play/pause Reddit videos
A User script to Play/Pause a focused video by pressing the [Space Bar]. Automatically focus an auto-playing video.
[Github](https://github.com/FlowerForWar/space-bar-to-play-pause-reddit-videos), [Greasy Fork](https://greasyfork.org/en/scripts/444775-space-bar-to-play-pause-reddit-videos)
| Keyboard Key(s) | Trigger |
| ----------------------- | ----------------------- |
| **Space Bar** | Play/Pause |
| **Left Arrow** | rewind 2 seconds |
| **Right Arrow** | fast-forward 2 seconds |
| **Left Arrow + Shift** | rewind 10 seconds |
| **Right Arrow + Shift** | fast-forward 10 seconds |
| **Space Bar + Shift** | play from the start |## Notes
- Video losing focus, means the default behavior of Space Bar is activated, that is scrolling down
- Video loses focus in these situations
- When the video is finished playing.
- When the video is auto-paused by scrolling down.
- When the video is paused by click and this script has been triggerd at least once on that video.## Related user scripts
- [Force highest video quality on Reddit](https://greasyfork.org/en/scripts/446806-force-highest-video-quality-on-reddit) by [x0a](https://www.reddit.com/user/x0acake/).
- Doesn't support old Reddit layout at the moment.
- [Unmute Reddit videos](https://greasyfork.org/en/scripts/445557-unmute-reddit-videos)## Changelog
#### 0.07 (22-07-15)
- [Add support](https://github.com/FlowerForWar/space-bar-to-play-pause-reddit-videos/issues/1#issue-1304409861) for the old Reddit layout
#### 0.06 (22-05-26)
- Change the name of this user script from "Reddit Videos - [Space Bar] to Play/Pause"