Skip to content

Instantly share code, notes, and snippets.

@fakechris
Created December 27, 2011 14:07
Show Gist options
  • Save fakechris/1523759 to your computer and use it in GitHub Desktop.
Save fakechris/1523759 to your computer and use it in GitHub Desktop.
ipad airplay bookmarklet
javascript:%5B%5D.forEach.call(document.querySelectorAll('embed,video'),function(e)%7Be.setAttribute('x-webkit-airplay','allow');e.setAttribute('airplay','allow')%7D);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment