Last active
October 2, 2015 18:28
-
-
Save djromero/2294562 to your computer and use it in GitHub Desktop.
RTVE live sports w/out facebook crap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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