Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzl/ytbig
Chrome ext to make youtube videos arbitrary sizes on keystroke
https://github.com/pzl/ytbig
Last synced: 7 days ago
JSON representation
Chrome ext to make youtube videos arbitrary sizes on keystroke
- Host: GitHub
- URL: https://github.com/pzl/ytbig
- Owner: pzl
- Created: 2014-01-15T15:56:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T04:12:31.000Z (over 10 years ago)
- Last Synced: 2024-04-30T07:16:51.900Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# YTBig
adds keyboard shortcuts to youtube pages to view the videos a little larger
## What?
I use the [HTML5 beta](http://www.youtube.com/html5) and [Feather beta](http://www.youtube.com/feather_beta) so my youtube player misses the "larger player" button most of the time. But I want a larger player. So I wrote a chrome extension to do that for me on keystroke.
## OK, how?
load the extension, (no it's not in the chrome store, just do it locally) and on a youtube video page press ctrl+y to see your video player enlarge to about 1200x700 px. And if you press ctrl+m, the page will try to scroll to the upper-left corner of the video if your window is small enough to scroll.The plugin also removes scrollbars, just bcuz.
## options page?
It exists, but it does nothing. I started to create a page where you could choose arbitrary player sizes and keystroke commands, but after a few months of use, I never needed another player size, and I expect no one else will use this. Open an issue if you want to see it (or something cooler like draggable resize video as if it were a window).## support
youtube changes their layout and HTML code *a lot*. It's very likely this extension will break frequently as youtube updates their site. There is no guarantee I will ever keep up with their changes.Disclaimer: This project is not affiliated with Youtube or Google in any way