It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
function youtubeIDextract(url)
[
var youtube_id;
youtube_id = url.replace(/^[^v]+v.(.[11]).*/,"$1");
return youtube_id;
]
Thanks for the complement. Much appreciated.
Originally posted by DJMessiah
Thanks. This will make embedding videos much easier.
Appreciate what you've done.