Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"