<?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/kouki14/rss">
    <link>https://let.hatelabo.jp/kouki14/rss</link>
    <description></description>
    <title>Bookmarklets from kouki14</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/kouki14/let/gYC-xPGXr4meJA"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/kouki14/let/gYC-xPGXr4meJA">
    <link>https://let.hatelabo.jp/kouki14/let/gYC-xPGXr4meJA</link>
    <dc:date>2011-11-09T17:52:44Z</dc:date>
    <description>crowy の背景色をcrowyっぽく変更します。 #crowy</description>
    <dc:creator>kouki14</dc:creator>
    <title>[Let] crowy 背景色変更</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fkouki14%2Flet%2FgYC-xPGXr4meJA.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;crowy 背景色変更&lt;/a&gt;&lt;pre&gt;/*
 * @title crowy 背景色変更
 * @description crowy の背景色をcrowyっぽく変更します。 #crowy
 * @include http://www.crowy.net*
 * @license MIT License
 * @require 
 */

(function(){
  var s = document.createElement('style');
  s.setAttribute(&amp;quot;type&amp;quot;, &amp;quot;text/css&amp;quot;);
  css = '';
  css += '.message {background-color:#000000;}';
  css += '.message.odd {background-color:#000000;}';
  css += '.bg-red .message {background-color:#330000;}';
  css += '.bg-red .message.odd {background-color:#330000;}';
  css += '.bg-orange .message {background-color:#331100;}';
  css += '.bg-orange .message.odd {background-color:#331100;}';
  css += '.bg-yellow .message {background-color:#222200;}';
  css += '.bg-yellow .message.odd {background-color:#222200;}';
  css += '.bg-green .message {background-color:#002200;}';
  css += '.bg-green .message.odd {background-color:#002200;}';
  css += '.bg-blue .message {background-color:#000022;}';
  css += '.bg-blue .message.odd {background-color:#000022;}';
  css += '.bg-purple .message {background-color:#220022;}';
  css += '.bg-purple .message.odd {background-color:#220022;}';
  css += '.message-list {color:#ffffff;}';
  css += '.message-text {color:#ffffff;}';
  css += '.facebook .message .comment-count {background-color:#000000;}';
  css += '.facebook .comment .message {background-color:#000000;}';
  css += '.message .column-input {background-color:#333333;}';
  css += '.bg-red .comment .message, .bg-red .message .comment-count, .bg-red .message .column-input {background-color:#330000;}';
  css += '.bg-orange .comment .message, .bg-orange .message .comment-count, .bg-orange .message .column-input {background-color:#331100;}';
  css += '.bg-yellow .comment .message, .bg-yellow .message .comment-count, .bg-yellow .message .column-input {background-color:#222200;}';
  css += '.bg-green .comment .message, .bg-green .message .comment-count, .bg-green .message .column-input {background-color:#002200;}';
  css += '.bg-blue .comment .message, .bg-blue .message .comment-count, .bg-blue .message .column-input {background-color:#000022;}';
  css += '.bg-purple .comment .message, .bg-purple .message .comment-count, .bg-purple .message .column-input {background-color:#220022;}';

  s.innerHTML = css;

  document.body.appendChild(s);
})();
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
