<?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/buragyan/rss">
    <link>https://let.hatelabo.jp/buragyan/rss</link>
    <description></description>
    <title>Bookmarklets from buragyan</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/buragyan/let/gYC-ypa37-CWLw"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/buragyan/let/gYC-ypa37-CWLw">
    <link>https://let.hatelabo.jp/buragyan/let/gYC-ypa37-CWLw</link>
    <dc:date>2010-05-27T01:39:31Z</dc:date>
    <description>楽天市場の注文確認画面にあるメールマガジンチェックボックス全て解除</description>
    <dc:creator>buragyan</dc:creator>
    <title>[Let] 楽天購入時のメルマガチェック一括解除</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fburagyan%2Flet%2FgYC-ypa37-CWLw.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;楽天購入時のメルマガチェック一括解除&lt;/a&gt;&lt;pre&gt;/*
 * @title 楽天購入時のメルマガチェック一括解除
 * @description 楽天市場の注文確認画面にあるメールマガジンチェックボックス全て解除
 * @include https://*.rakuten.co.jp/
 * @license MIT License
 * @require jQuery
 */

$(function(){
  var int_count_loop = 0;
  //個数は不明なので、最大9個分強制的にunchecked
  while(int_count_loop &amp;lt;10){
    $(&amp;quot;input#newscheck_&amp;quot;+int_count_loop).attr(&amp;quot;checked&amp;quot;,&amp;quot;&amp;quot;);
    int_count_loop++;
  }
});
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
