<?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/hayashit/rss">
    <link>https://let.hatelabo.jp/hayashit/rss</link>
    <description></description>
    <title>Bookmarklets from hayashit</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/hayashit/let/hJmfw-aXqZps"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/hayashit/let/hJmfw-X-kZxq"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/hayashit/let/hJmfw-aXqZps">
    <link>https://let.hatelabo.jp/hayashit/let/hJmfw-aXqZps</link>
    <dc:date>2015-06-23T03:37:37Z</dc:date>
    <description>Twitterのプロフィールページで使うとフォロワーが擬似的に増える悲しいツール</description>
    <dc:creator>hayashit</dc:creator>
    <title>[Let] Followerlet</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fhayashit%2Flet%2FhJmfw-aXqZps.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;Followerlet&lt;/a&gt;&lt;pre&gt;/*
 * @title Followerlet
 * @description Twitterのプロフィールページで使うとフォロワーが擬似的に増える悲しいツール
 * @include http://*
 * @license MIT License
 * @require 
 */

/*
SSLの関係でうまく動かなかったので、ここにアップしました。

http://hisayoshihayashi.com/followerlet/
*/&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/hayashit/let/hJmfw-X-kZxq">
    <link>https://let.hatelabo.jp/hayashit/let/hJmfw-X-kZxq</link>
    <dc:date>2015-06-23T03:04:29Z</dc:date>
    <description>Twitterのプロフィールページで使うとフォロワーが擬似的に増える悲しいツール</description>
    <dc:creator>hayashit</dc:creator>
    <title>[Let] Followerlet</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fhayashit%2Flet%2FhJmfw-X-kZxq.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;Followerlet&lt;/a&gt;&lt;pre&gt;/*
 * @title Followerlet
 * @description Twitterのプロフィールページで使うとフォロワーが擬似的に増える悲しいツール
 * @include http://*
 * @license MIT License
 * @require 
 */


(function(f, s) {
  s = document.createElement(&amp;quot;script&amp;quot;);
  s.src = &amp;quot;//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js&amp;quot;;
  s.onload = function() {
    f(jQuery.noConflict(true))
  };
  document.body.appendChild(s)
})(function($) {
  var f_dom = $('.ProfileNav-item--followers .ProfileNav-value');
  if( !f_dom.size() ) f_dom = $('.DashboardProfileCard-statLink[href=&amp;quot;/followers&amp;quot;] .DashboardProfileCard-statValue');
  var follower = f_dom.text();
  var pad_f = Math.floor( parseInt(follower) * 100 + Math.random() * parseInt(follower) );
  f_dom.text( String(pad_f).replace( /(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') );
});
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
