Created
October 2, 2013 12:30
-
-
Save seb3point0/6792955 to your computer and use it in GitHub Desktop.
Revisions
-
scouture created this gist
Oct 2, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ (function() { void(d = document); void(el = d.getElementsByTagName('link')); void(g = false); void(count = 0); for (i = 0; i < el.length; i++) { if (el[i].getAttribute('rel').indexOf('alternate') != -1) { if(count == 0) { ty = el[i].getAttribute('type'); if(ty.indexOf('application/rss+xml') != -1 || ty.indexOf('text/xml') != -1) { h = el[i].getAttribute('href'); if(h.indexOf('comments') == -1) { g = true; window.open('http://www.feedly.com/home#subscription/feed/' + h, '_blank'); } } } count++; } } if (!g) { window.alert('Could not find the RSS Feed') } void(0); })();