<?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:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/tontool/">
    <title>tontool @ ウィキ</title>
    <link>http://w.atwiki.jp/tontool/</link>
    <atom:link href="https://w.atwiki.jp/tontool/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>tontool @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2026-04-11T16:28:11+09:00</dc:date>
    <utime>1775892491</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tontool/pages/6.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/15.html">
    <title>ガーデン・リジェクト</title>
    <link>https://w.atwiki.jp/tontool/pages/15.html</link>
    <description>
      #javascript(){
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;テラー/アンバウンド選出ツール&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7f9;
            color: #333;
            padding: 20px;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #007bff;
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 10px;
        }
        .controls, .result-section {
            margin-bottom: 25px;
            padding: 15px;
            border: 1px solid #ddd;
        </description>
    <dc:date>2026-04-11T16:28:11+09:00</dc:date>
    <utime>1775892491</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/14.html">
    <title>全虹ミッドちぇっかー</title>
    <link>https://w.atwiki.jp/tontool/pages/14.html</link>
    <description>
      #javascript(){

&lt;style&gt;
    /* このツール専用のスタイル定義 */
    .ton-calc-widget {
        /* 変数定義（このウィジェット内のみ有効） */
        --tcw-bg: #ffffff;
        --tcw-text: #333333;
        --tcw-sub: #666666;
        --tcw-border: #e1e4e8;
        --tcw-input-bg: #f8f9fa;
        --tcw-primary: #3b82f6;
        --tcw-primary-hover: #2563eb;
        --tcw-bb: #ef4444;
        --tcw-mn: #8b5cf6;
        --tcw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        
        font-family: inherit;
        background-color: var(--tcw-bg);
        color: var(--tcw-text);
        padding: 20px;
        border-radius: 12px;
        box-shadow: var(--tcw-shadow);
        border: 1px solid var(--tcw-border);
        max-width: 450px;
        margin: 20px auto;
        box-sizing: border-box;
    }

    /* ダークモード対応 */
    @media (prefers-color-scheme: dark) {
        .ton-calc-widget {
            --tcw-bg: #1f2937;
            --tcw-text: #f3f4f6;
            --tcw-sub: #9ca3af;
          </description>
    <dc:date>2026-04-11T16:27:40+09:00</dc:date>
    <utime>1775892460</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/13.html">
    <title>アップデートチェックラウンドガチャ</title>
    <link>https://w.atwiki.jp/tontool/pages/13.html</link>
    <description>
      #javascript(){
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;テラー/アンバウンド選出ツール&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7f9;
            color: #333;
            padding: 20px;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #007bff;
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 10px;
        }
        .controls, .result-section {
            margin-bottom: 25px;
            padding: 15px;
            border: 1px solid #ddd;
        </description>
    <dc:date>2025-12-07T21:48:26+09:00</dc:date>
    <utime>1765111706</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/12.html">
    <title>ラウンドガチャ</title>
    <link>https://w.atwiki.jp/tontool/pages/12.html</link>
    <description>
          </description>
    <dc:date>2025-11-30T20:24:30+09:00</dc:date>
    <utime>1764501870</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/11.html">
    <title>ラウンドランダム生成</title>
    <link>https://w.atwiki.jp/tontool/pages/11.html</link>
    <description>
      #javascript(){
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;テラー/アンバウンド選出ツール&lt;/title&gt;
    &lt;style&gt;
        body {
            font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7f9;
            color: #333;
            padding: 20px;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #007bff;
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 10px;
        }
        .controls, .result-section {
            margin-bottom: 25px;
            padding: 15px;
            border: 1px solid #ddd;
        </description>
    <dc:date>2025-12-01T01:40:39+09:00</dc:date>
    <utime>1764520839</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/10.html">
    <title>ToN周回ビンゴ</title>
    <link>https://w.atwiki.jp/tontool/pages/10.html</link>
    <description>
      #javascript(){
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;ToNGO ジェネレーター&lt;/title&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        body { 
            font-family: &#039;Arial Black&#039;, sans-serif; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            padding: 10px; 
            background-color: #f0f0f0;
        }

        /* ToNGO タイトル - 表示用 */
        .page-title {
            text-align: center;
            margin-bottom: 10px; 
            font-size: 36px;
            font-weight: bold;
            color: #333; 
        }
        @media (max-width: 600px) {
            .page-title {
                font-size: 30px; 
            }
        }

        /* ToNGO タイトル - 画像キャプチャ用 */
        .capture-title-wrapper {
             </description>
    <dc:date>2025-11-30T13:32:09+09:00</dc:date>
    <utime>1764477129</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/9.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/tontool/pages/9.html</link>
    <description>
          </description>
    <dc:date>2025-11-16T19:23:15+09:00</dc:date>
    <utime>1763288595</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/tontool/pages/8.html</link>
    <description>
          </description>
    <dc:date>2025-11-16T19:23:15+09:00</dc:date>
    <utime>1763288595</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/tontool/pages/7.html</link>
    <description>
          </description>
    <dc:date>2025-11-16T19:23:15+09:00</dc:date>
    <utime>1763288595</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tontool/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/tontool/pages/6.html</link>
    <description>
          </description>
    <dc:date>2025-11-16T19:23:15+09:00</dc:date>
    <utime>1763288595</utime>
  </item>
  </rdf:RDF>
