<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Firefox &#8211; D0n9X1n&#039;s Blog</title>
	<atom:link href="https://d0n9x1n.dev/post/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>https://d0n9x1n.dev</link>
	<description>UNTO A FULL GROWN MAN.</description>
	<lastBuildDate>Thu, 25 Dec 2025 23:13:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://d0n9x1n.dev/wp-content/uploads/2019/11/cropped-M-150x150.jpg</url>
	<title>Firefox &#8211; D0n9X1n&#039;s Blog</title>
	<link>https://d0n9x1n.dev</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ChatGPT Tag Highlighter v0.0.1 发布</title>
		<link>https://d0n9x1n.dev/post/867/</link>
					<comments>https://d0n9x1n.dev/post/867/#respond</comments>
		
		<dc:creator><![CDATA[D0n9X1n]]></dc:creator>
		<pubDate>Thu, 25 Dec 2025 21:02:31 +0000</pubDate>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Dev Tools]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<guid isPermaLink="false">https://d0n9x1n.dev/?p=867</guid>

					<description><![CDATA[<p dir="auto">故事的开始很简单, 因为我是一个重度的 ChatGPT 使用者, 我最大的一个痛点就是我该怎么快速的找到某一个对话. 如果你也使用 ChatGPT, 一定会有个巨大无比的 sidebar, 而且 ChatGPT 的 chat channel 命名也很奇怪, 他经常会对你&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p dir="auto">故事的开始很简单, 因为我是一个重度的 ChatGPT 使用者, 我最大的一个痛点就是我该怎么快速的找到某一个对话. 如果你也使用 ChatGPT, 一定会有个巨大无比的 sidebar, 而且 ChatGPT 的 chat channel 命名也很奇怪, 他经常会对你&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://d0n9x1n.dev/post/867/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>关于如何编写 Firefox 完全定制化主题</title>
		<link>https://d0n9x1n.dev/post/671/</link>
					<comments>https://d0n9x1n.dev/post/671/#respond</comments>
		
		<dc:creator><![CDATA[D0n9X1n]]></dc:creator>
		<pubDate>Sun, 26 Dec 2021 06:35:55 +0000</pubDate>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Dev Tools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JS]]></category>
		<guid isPermaLink="false">https://d0n9x1n.dev/?p=671</guid>

					<description><![CDATA[<article class="markdown-body entry-content container-lg">
<h2 dir="auto">故事的起因</h2>
<p dir="auto">很早之前我写过一篇博客 &#8211; &#60;Firefox 完全暗黑主题&#62;. 用来描写如何进行编写 Firefox 的主题. 但是随着 Firefox 的持续更新, 很多预先设置的规则也渐渐失效了, 所以本着授人以鱼不如授人以渔的想法, 决定在</p>&#8230;</article>]]></description>
										<content:encoded><![CDATA[<article class="markdown-body entry-content container-lg">
<h2 dir="auto">故事的起因</h2>
<p dir="auto">很早之前我写过一篇博客 &#8211; &lt;Firefox 完全暗黑主题&gt;. 用来描写如何进行编写 Firefox 的主题. 但是随着 Firefox 的持续更新, 很多预先设置的规则也渐渐失效了, 所以本着授人以鱼不如授人以渔的想法, 决定在</p>&hellip;</article>]]></content:encoded>
					
					<wfw:commentRss>https://d0n9x1n.dev/post/671/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MJsonViewer v4.4 版本中使用到的 JS 复制操作</title>
		<link>https://d0n9x1n.dev/post/635/</link>
					<comments>https://d0n9x1n.dev/post/635/#respond</comments>
		
		<dc:creator><![CDATA[D0n9X1n]]></dc:creator>
		<pubDate>Sun, 16 May 2021 12:45:06 +0000</pubDate>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JSON]]></category>
		<guid isPermaLink="false">https://d0n9x1n.dev/?p=635</guid>

					<description><![CDATA[<p>之前自己写的这个插件还是挺满意的, 不过最近遇到一个不太方便的地方, 就是当查看完 JSON 数据之后, 如果想把数据复制下来, 直接 ctrl+a 和 ctrl+c 之后, 就会有很多乱七八糟的 tag. 所以写了这个版本的功能.</p>
<p>这个功能主要作用就是当检测到数据为 &#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>之前自己写的这个插件还是挺满意的, 不过最近遇到一个不太方便的地方, 就是当查看完 JSON 数据之后, 如果想把数据复制下来, 直接 ctrl+a 和 ctrl+c 之后, 就会有很多乱七八糟的 tag. 所以写了这个版本的功能.</p>
<p>这个功能主要作用就是当检测到数据为 &hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://d0n9x1n.dev/post/635/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>关于 MJsonViewer 4.2 的发布</title>
		<link>https://d0n9x1n.dev/post/607/</link>
					<comments>https://d0n9x1n.dev/post/607/#respond</comments>
		
		<dc:creator><![CDATA[D0n9X1n]]></dc:creator>
		<pubDate>Sun, 03 Jan 2021 11:21:47 +0000</pubDate>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JSON]]></category>
		<guid isPermaLink="false">https://d0n9x1n.dev/?p=607</guid>

					<description><![CDATA[<p>这次的更新和上一次更新差不多差了一年多, 最主要的原因就是懒&#8230; 工作之后,对 API 的测试基本上都在 PostMan 上进行, 很少有机会在 Firefox 上直接进行查看数据. 所以需求不是特别的强烈. 最简单的一个原因就是, 作为开发者, 插件的默&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>这次的更新和上一次更新差不多差了一年多, 最主要的原因就是懒&#8230; 工作之后,对 API 的测试基本上都在 PostMan 上进行, 很少有机会在 Firefox 上直接进行查看数据. 所以需求不是特别的强烈. 最简单的一个原因就是, 作为开发者, 插件的默&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://d0n9x1n.dev/post/607/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
