Skip to content

Instantly share code, notes, and snippets.

@MattWoelk
Last active September 25, 2015 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattWoelk/918448 to your computer and use it in GitHub Desktop.
Save MattWoelk/918448 to your computer and use it in GitHub Desktop.
"Fullscreen" youtube in a window with pentadactyl.
"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