Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $yt_vid: //script[contains(text(),"youtube.com/watch?v=")]
- @match("(?:youtube.[a-z]+\/[a-z\\?\\&]*v[\/|=]|youtu.be\/)([0-9a-zA-Z-_]+)"): $yt_vid
- @replace("^","https://"): $yt_vid
- @set_attr(src,$yt_vid/text()): $yt_vid
- <iframe>: $yt_vid
- @prepend_to($body)
- $getvid: //script[contains(text(),"VideoPlayer")]
- @match("https:\/\/.*mp4"): $getvid
- @append_to(//div[@data-id="temp-gal"]): $getvid
- @set_attr(src, ./text()): $getvid
- @set_attr(type, "video/mp4"): $getvid
- <video>: $getvid
- @debug: //iframe[starts-with(@src,"/_post/embed.php")]
- @inline: //iframe[contains(@src,"elpatagonico.com/services/embed.php") or starts-with(@src,"/_post/embed.php")]
- $inlinevid
- @match("https:\/\/.*mp4"): $inlinevid
- @set_attr(src, ./text()): $inlinevid
- @set_attr(type, "video/mp4"): $inlinevid
- <video>: $inlinevid
Advertisement
Add Comment
Please, Sign In to add comment