Skip to content

Instantly share code, notes, and snippets.

@ino46
Created January 23, 2011 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ino46/791884 to your computer and use it in GitHub Desktop.
Save ino46/791884 to your computer and use it in GitHub Desktop.
// Firebug 向け
// http://gdata.youtube.com/feeds/base/users/hukuroo214/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile で実行
for(var e in Iterator(document.querySelectorAll('#feedContent > div.entry > h3 > a')))
console.log(e[1].href.replace('http://www.youtube.com/watch?v=', '').replace('&feature=youtube_gdata', '') + ' - ' + e[1].textContent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment