Last active
September 25, 2015 11:58
-
-
Save MattWoelk/918448 to your computer and use it in GitHub Desktop.
"Fullscreen" youtube in a window with pentadactyl.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"pentadactyl (or vimperator) line to add to pentadactylrc (or vimperatorrc) to watch youtube videos as fullscreened within a window. Uses the watch_popup ability of YouTube. Very handy. | |
"press yt to view a YouTube video as fullscreened within the window | |
map yt -js dactyl.open( String.replace(buffer.URL, /watch/, "watch_popup")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment