Skip to content

Instantly share code, notes, and snippets.

@pjetr
Last active January 2, 2016 09:39
Show Gist options
  • Save pjetr/8284653 to your computer and use it in GitHub Desktop.
Save pjetr/8284653 to your computer and use it in GitHub Desktop.
deredactie video speler full browser weergeven. Maak een nieuwe snelkoppeling aan in je browser, en geef deze snippet in als URL. Als je nu op deredactie een video opent uit de videozone speelt deze fullbrowser.
javascript:(function()%7Bvar d%3Ddocument.createElement("div")%3Bd.innerHTML%3D"<style>body>*, #shortcuts, #widget-vrtbalk-container, #container>*, #fullwidth .split16-8 > *, .colContainer > *{ display: none!important; } html, body, #containercontainer, #container, #fullwidth, #fullwidth .splitter:first-child, #fullwidth .splitter:first-child .first, #fullwidth .splitter:first-child .first .colContainer, #fullwidth .splitter:first-child .first .colContainer .list, .videoarticle, .media, .media div{ display: block !important; width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; max-width: 100% !important; min-width: 100% !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