<?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/mizdra/rss">
    <link>https://let.hatelabo.jp/mizdra/rss</link>
    <description></description>
    <title>Bookmarklets from mizdra</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/mizdra/let/k_WsxIeCgKAA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/mizdra/let/ifvIvtfYgoAA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/mizdra/let/keOXnLvEgqAA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/mizdra/let/j5nS3Nv0geAA"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/mizdra/let/k_WsxIeCgKAA">
    <link>https://let.hatelabo.jp/mizdra/let/k_WsxIeCgKAA</link>
    <dc:date>2025-11-04T06:34:43Z</dc:date>
    <description>YouTube Music で再生中の曲を X に Post する君</description>
    <dc:creator>mizdra</dc:creator>
    <title>[Let] NowPlaying for YouTube Music</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fmizdra%2Flet%2Fk_WsxIeCgKAA.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;NowPlaying for YouTube Music&lt;/a&gt;&lt;pre&gt;/*
 * @title NowPlaying for YouTube Music
 * @description YouTube Music で再生中の曲を X に Post する君
 * @include https://music.youtube.com/*
 * @license MIT License
 * @require 
 */
window.open(
  &amp;quot;https://x.com/intent/tweet?text=&amp;quot;
  + encodeURIComponent(
    document.querySelector(&amp;quot;.title.ytmusic-player-bar&amp;quot;).textContent
    + &amp;quot; / &amp;quot;
    + document.querySelector('.byline.ytmusic-player-bar').title.split(' • ')[0]
    + &amp;quot; #NowPlaying&amp;quot;
  )
);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/mizdra/let/ifvIvtfYgoAA">
    <link>https://let.hatelabo.jp/mizdra/let/ifvIvtfYgoAA</link>
    <dc:date>2025-01-17T05:50:40Z</dc:date>
    <description>NowBrowsing</description>
    <dc:creator>mizdra</dc:creator>
    <title>[Let] nowbrowsing</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fmizdra%2Flet%2FifvIvtfYgoAA.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;nowbrowsing&lt;/a&gt;&lt;pre&gt;/*
 * @title nowbrowsing
 * @description NowBrowsing
 * @license No License
 */
fetch(location.href, {credentials: 'omit', redirect: 'error'}).then((res) =&amp;gt; { if (res.ok &amp;amp;&amp;amp; res.status === 200) { window.open(&amp;quot;https://x.com/intent/tweet?text=&amp;quot; + encodeURIComponent(&amp;quot;NowBrowsing: &amp;quot; + document.title + &amp;quot;\n&amp;quot; + location.href)); } else { throw new Error(); } }).catch(() =&amp;gt; alert('Sharing not allowed'))&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/mizdra/let/keOXnLvEgqAA">
    <link>https://let.hatelabo.jp/mizdra/let/keOXnLvEgqAA</link>
    <dc:date>2024-09-04T08:54:41Z</dc:date>
    <description>今見ている GitHub リポジトリの subscribe している Issue を一覧するページを開きます。</description>
    <dc:creator>mizdra</dc:creator>
    <title>[Let] 今見ている GitHub リポジトリの subscribe 中の Issue 一覧</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fmizdra%2Flet%2FkeOXnLvEgqAA.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;今見ている GitHub リポジトリの subscribe 中の Issue 一覧&lt;/a&gt;&lt;pre&gt;/*
 * @title 今見ている GitHub リポジトリの subscribe 中の Issue 一覧
 * @description 今見ている GitHub リポジトリの subscribe している Issue を一覧するページを開きます。
 * @include https://github.com/*
 * @license MIT License
 * @require 
 */

open(&amp;quot;https://github.com/notifications/subscriptions?reason=manual&amp;amp;repository=&amp;quot;+decodeURIComponent(btoa('010:Repository'+document.querySelector('meta[name=&amp;quot;hovercard-subject-tag&amp;quot;]').content.split(':')[1])))&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/mizdra/let/j5nS3Nv0geAA">
    <link>https://let.hatelabo.jp/mizdra/let/j5nS3Nv0geAA</link>
    <dc:date>2023-04-11T10:57:03Z</dc:date>
    <description>pre要素とcode要素にtranslate="no"を付けて翻訳対象から外します</description>
    <dc:creator>mizdra</dc:creator>
    <title>[Let] コードブロックを翻訳対象から除外する</title>
    <content:encoded>&lt;a href="javascript:document.querySelectorAll%28%27pre%2C%20code%27%29.forEach%28%28el%3D%3Eel.setAttribute%28%27translate%27%2C%27no%27%29%29%29%3B"&gt;コードブロックを翻訳対象から除外する&lt;/a&gt;&lt;pre&gt;/*
 * @title コードブロックを翻訳対象から除外する
 * @description pre要素とcode要素にtranslate=&amp;quot;no&amp;quot;を付けて翻訳対象から外します
 * @include *
 * @license MIT License
 * @javascript_url
 */
document.querySelectorAll('pre, code').forEach(el =&amp;gt; el.setAttribute('translate', 'no'))&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
