<?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/Knoa/rss">
    <link>https://let.hatelabo.jp/Knoa/rss</link>
    <description></description>
    <title>Bookmarklets from Knoa</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/Knoa/let/hLHWiaLqvdoN"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/Knoa/let/gYC-y-StttWsPA"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/Knoa/let/hLHWiaLqvdoN">
    <link>https://let.hatelabo.jp/Knoa/let/hLHWiaLqvdoN</link>
    <dc:date>2018-10-28T06:48:09Z</dc:date>
    <description></description>
    <dc:creator>Knoa</dc:creator>
    <title>[Let] ニコ生Flash視聴</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2FKnoa%2Flet%2FhLHWiaLqvdoN.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;ニコ生Flash視聴&lt;/a&gt;&lt;pre&gt;// @title ニコ生Flash視聴
(function(){
 let lv = location.href.match(/lv[0-9]+/);
 if(lv){
  window.open('http://live.nicovideo.jp/nicoliveplayer.swf?v=' + lv[0], '_blank', 'width=960,height=540')
 }
})();&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/Knoa/let/gYC-y-StttWsPA">
    <link>https://let.hatelabo.jp/Knoa/let/gYC-y-StttWsPA</link>
    <dc:date>2011-04-04T23:39:42Z</dc:date>
    <description>mark current time on the page.</description>
    <dc:creator>Knoa</dc:creator>
    <title>[Let] time marker</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2FKnoa%2Flet%2FgYC-y-StttWsPA.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;time marker&lt;/a&gt;&lt;pre&gt;/*
 * @title time marker
 * @description mark current time on the page.
 * @include http://*
 * @license MIT License
 */

if(!document.getElementById('timemarker')){
 var body = document.getElementsByTagName('body').item(0); 

 var div = document.createElement('div');
 div.id = 'timemarker';
 div.style.width = '100%';
 div.style.height = '100%';
 div.style.background = '#000';
 div.style.MozOpacity = '.50';
 div.style.position = 'fixed';
 div.style.top = '0';
 div.style.left = '0';
 div.style.zIndex = '100';

 var p = document.createElement('p');
 p.style.lineHeight = window.innerHeight+'px';
 p.style.fontSize = '64px';
 p.style.textAlign = 'center';
 p.style.color = '#fff';
 p.innerHTML = new Date().toLocaleTimeString();

 body.appendChild(div).appendChild(p);
 div.setAttribute('onclick','body.removeChild(div)');
}&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
