<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="https://let.hatelabo.jp/aetos382/rss">
    <link>https://let.hatelabo.jp/aetos382/rss</link>
    <description></description>
    <title>Bookmarklets from aetos382</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/aetos382/let/hLHW3p3nk4EU"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/aetos382/let/hLHW3p3nk4EU">
    <link>https://let.hatelabo.jp/aetos382/let/hLHW3p3nk4EU</link>
    <dc:date>2015-01-16T09:55:16Z</dc:date>
    <description>現在見ているサイトのフィードを feedly cloud に登録するページを開く</description>
    <dc:creator>aetos382</dc:creator>
    <title>[Let] +feedly</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Faetos382%2Flet%2FhLHW3p3nk4EU.bookmarklet.js%20%28arg%29%22.replace%28%2F%28%5CS%2B%29%5Cs%2B%28%5CS%2A%29%2F%2Cfunction%28s%2Curl%2Carg%29%7Bs%3Ddocument.createElement%28%22script%22%29%3Bs.charset%3D%22utf-8%22%3Bs.src%3Durl%2B%22%3Fs%3D%22%2BencodeURIComponent%28arg%29%3Bdocument.body.appendChild%28s%29%7D%29%3Bvoid%280%29%3B"&gt;+feedly&lt;/a&gt;&lt;pre&gt;/*
 * @title +feedly
 * @description 現在見ているサイトのフィードを feedly cloud に登録するページを開く
 * @include http://*
 * @license MS-PL
 * @require jQuery
 */

var guid = '6DC10AB3-6D9D-49AE-91A8-756F3C46E4D8'
if ($('#' + guid).length) {
	return;
}

var h;

$('link[rel=&amp;quot;alternate&amp;quot;]').each(function() {
	var type = $(this).attr('type');
	
	if (type.search(/(application|text)\/((atom|rds|rss)\+)?xml/i) != -1) {
		h = $(this).attr('href');
		
		if (h) {
			var p = $('p');
			p[0].insertAdjacentHTML('AfterBegin','&amp;lt;a href=&amp;quot;' + h + '&amp;quot;/&amp;gt;');
			h = p[0].firstChild.href;
			
			return false;
		}
	}
});

if (!h) {
	window.alert('Could not find feed');
}
else {
	var u = 'http://cloud.feedly.com/#subscription' + encodeURIComponent('/feed/') + encodeURIComponent(h);
	$('&amp;lt;div id=&amp;quot;' + guid + '&amp;quot; style=&amp;quot;margin: 0px; padding: 0px; text-align: center;&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;' + u + '&amp;quot; target=&amp;quot;_blank&amp;quot; style=&amp;quot;display: inline-block; color: white; background-color: #2bb24c; font-size: 12px; border-radius: 3px; padding: 7px 23px; font-family: sans-serif;&amp;quot;&amp;gt;+feedly&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;').prependTo('body');
}
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
