parsed.org

Tips by tag: youtube

Take the location, convert to string, and split twice:

vidID = document.location.toString().split("v=")[1].split("&")[0];
javascriptsplityoutube
RSS