Skip to content

Instantly share code, notes, and snippets.

@pjetr
Last active January 2, 2016 11:49
Show Gist options
  • Save pjetr/8299225 to your computer and use it in GitHub Desktop.
Save pjetr/8299225 to your computer and use it in GitHub Desktop.
BBC iPlayer full browser. create a bookmark in your browser with the following snippet as URL. Click this while watching to put the video full-browser.
javascript:(function()%7Bvar d%3Ddocument.createElement("div")%3Bd.innerHTML%3D"<style>body > *, #blq-container-inner > *, #blq-main > *, #bip-main > *, #blq-content > *, #emp-container > * {display: none !important;}html, body, #blq-container-outer, #blq-container, #blq-container-inner, #blq-main, #bip-main, #blq-content, #emp-container, #emp, #emp object {width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; display: block !important; margin:0 !important; padding: 0 !important; }</style>"%3Bdocument.body.appendChild(d)%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment