Skip to content

Instantly share code, notes, and snippets.

@djromero
Last active October 2, 2015 18:28
Show Gist options
  • Save djromero/2294562 to your computer and use it in GitHub Desktop.
Save djromero/2294562 to your computer and use it in GitHub Desktop.
RTVE live sports w/out facebook crap
/* Extract flash video player from rtve.es */
$("head").remove();
$("object").appendTo("body");
$("object").siblings().remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment