Created
January 23, 2011 06:51
-
-
Save ino46/791884 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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