
<?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>sfufoet's blog &#187; Uncategorized</title>
	<atom:link href="http://blog.loland.net/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.loland.net</link>
	<description>Geek Tips</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:50:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[GreaseMonkey] RayFile 自动下载</title>
		<link>http://blog.loland.net/259.et</link>
		<comments>http://blog.loland.net/259.et#comments</comments>
		<pubDate>Fri, 05 Aug 2011 02:37:18 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GreaseMonkey]]></category>

		<guid isPermaLink="false">http://blog.loland.net/259.et</guid>
		<description><![CDATA[首先安装这个脚本 RayFile下载
然后找到 dtDown2.setAttribute("class", "btn_down_2 btn_down");，另起一行输入
window.location.href    = down1; //用浏览器通过直接下载地址下载
或者
window.location.href    = down2; //调用 RaySource 下载。
]]></description>
			<content:encoded><![CDATA[<p>首先安装这个脚本 <a href="http://userscripts.org/scripts/source/81741.user.js">RayFile下载</a></p>
<p>然后找到 dtDown2.setAttribute("class", "btn_down_2 btn_down");，另起一行输入<br />
window.location.href    = down1; //用浏览器通过直接下载地址下载<br />
或者<br />
window.location.href    = down2; //调用 RaySource 下载。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/259.et/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Safari Mobile 小书签]查找文字和搜索选中文字</title>
		<link>http://blog.loland.net/241.et</link>
		<comments>http://blog.loland.net/241.et#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:35:59 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Safari mobile]]></category>

		<guid isPermaLink="false">http://blog.loland.net/241.et</guid>
		<description><![CDATA[在这个页面 17 powerful bookmarklets for your iPhone发现两个小书签 Find in this page 和 Dictionary，后者可以搜索选中文字。稍稍修改一下就可以实现 搜索选中文字版的 Wikipedia 和 Google。
]]></description>
			<content:encoded><![CDATA[<p>在这个页面 <a href="http://www.lifeclever.com/17-powerful-bookmarklets-for-your-iphone/">17 powerful bookmarklets for your iPhone</a>发现两个小书签 Find in this page 和 Dictionary，<del datetime="2010-07-25T15:17:26+00:00">后者可以搜索选中文字</del>。稍稍修改一下就可以实现 搜索选中文字版的 Wikipedia 和 Google。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/241.et/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post-new page Enhance - 自动填写文章别名和文章日期[GreaseMonkey]</title>
		<link>http://blog.loland.net/172.et</link>
		<comments>http://blog.loland.net/172.et#comments</comments>
		<pubDate>Thu, 09 Apr 2009 15:00:12 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.loland.net/172.et</guid>
		<description><![CDATA[不知道为什么，小众的后台新建文章页面的文章别名总是显示不出来，每次写文章都需要点击“显示选项→文章别名”。我忍它很久，终于忍不住了。
这个 GreaseMonkey 脚本的用法很简单，在文章标题框输入“appinn com - test”，然后把光标定位到内容区或其他文本框（其实就是触发标题框的焦点离开属性）。“ - ”前面的单词就会变成文章别名啦。


如果文章标题是这样的“appinn -- test”的话，那么除了文章别名会自动写上 appinn 之外，标题框只剩下“test”。
另外，发布时间也会自动被修改为最新那篇文章的第二天早上七点，此功能需要修改
var url='http://www.appinn.com/wp-admin/edit.php';
把地址修改为你的博客编辑文章的地址。这也意味着，此脚本只能支持一个博客。想再多兼容一个博客的话需要自己修改“// @name Post-new page Enhance”中的“Post-new page Enhance”，再安装。
如果你最新的那篇文章是 N 天前发布的话，日期就不会变，不过时间会变成 7 点。我懒得处理这个 bug，手工点击以下 now 按钮就行了。
发布时间下会多四个按钮，都是是设置发布的时间用的。点击一下就明白。
猛击这里安装 Post-new page Enhance.user.js
]]></description>
			<content:encoded><![CDATA[<p>不知道为什么，小众的后台新建文章页面的文章别名总是显示不出来，每次写文章都需要点击“显示选项→文章别名”。我忍它很久，终于忍不住了。</p>
<p>这个 GreaseMonkey 脚本的用法很简单，在文章标题框输入“appinn com - test”，然后把光标定位到内容区或其他文本框（其实就是触发标题框的焦点离开属性）。“ - ”前面的单词就会变成文章别名啦。</p>
<div align="center"><img src="http://blog.loland.net/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_dgCGC6ge86w%2FSd34Our_rwI%2FAAAAAAAABE0%2F97iC7SOHi6s%2Fs512%2F2009-04-09_203942.png" />
</div>
<p>如果文章标题是这样的“appinn -- test”的话，那么除了文章别名会自动写上 appinn 之外，标题框只剩下“test”。</p>
<p>另外，发布时间也会自动被修改为最新那篇文章的第二天早上七点，此功能需要修改</p>
<p>var url='http://www.appinn.com/wp-admin/edit.php';</p>
<p>把地址修改为你的博客编辑文章的地址。这也意味着，此脚本只能支持一个博客。想再多兼容一个博客的话需要自己修改“// @name Post-new page Enhance”中的“Post-new page Enhance”，再安装。</p>
<p>如果你最新的那篇文章是 N 天前发布的话，日期就不会变，不过时间会变成 7 点。我懒得处理这个 bug，手工点击以下 now 按钮就行了。</p>
<p>发布时间下会多四个按钮，都是是设置发布的时间用的。点击一下就明白。</p>
<p>猛击这里安装 <a href="http://userscripts.org/scripts/show/46267">Post-new page Enhance.user.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/172.et/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iMacro - 这个扩展有啥用？</title>
		<link>http://blog.loland.net/167.et</link>
		<comments>http://blog.loland.net/167.et#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:04:54 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.loland.net/167.et</guid>
		<description><![CDATA[
在个篱的 twitter 瞄到一句：
真正感受到 Firefox iMacros 的方便了。可以减少好多重复性劳动吧。互联网就是这么剥夺掉我们宝贵时间的。
研究了一个多小时，我得出一个结论：这个扩展对我来说没用。而且，我对它的印象相当糟糕。一开始最令我不爽的一点是，占用 F8 这个热键，F8 也是打开 ScribeFire 的热键。
iMacro 就是一个给浏览器加上宏（Macro）功能的扩展，支持 firefox，IE。什么是宏（Macro）？就是把你的操作录制下来，然后重新播放。减少重复劳动。比如 Word、EmEditor、PhotoShop 都支持宏功能。
iMacro 内置了很多宏，非常令我无语的是，运行一个宏，我的全部标签都会被关闭，因为里面有关闭全部标签的语句。我经常开 20+ 个标签，一下子就给我全部关闭，而且一句提示都没有！
录制宏的时候，居然不能录制键盘按键动作，只能录制鼠标的动作。我在官方 wiki 找不到有关模拟按键或者获得剪贴板的命令。实用性大打折扣。更令我无语的是，宏代码可读性非常差。它唯一比较出彩的功能就是点击对话框了，比如警告对话框。
宏的播放，是人工的。据官方说可以和 GreaseMonkey 结合。
想来想去，我想不出这个扩展有啥用？

拿来点击警告对话框吧，还不如手工快，而且好像只能针对特定页面。
拿来自动填表吧，因为是录制宏，完全没有通用性。我又不是那种闲着没事干专门注册马甲的人。
分析获取页面文字吧，太高级了，我又不炒股。

-------------悼念的分割线-------------
以“叶子”一首走红的歌手阿桑，在　6　日早上因乳癌病逝。http://www.nownews.com/2009/04/06/37-2433173.htm
]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://blog.loland.net/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_dgCGC6ge86w%2FSdoIMLGpS6I%2FAAAAAAAABD8%2FxbV8O5tI4Sc%2Fs512%2F943948800.png" /><br />
在<a href="http://blog.qingyu.org/">个篱</a>的 twitter 瞄到<a href="http://twitter.com/OneHedge/status/1455879286">一句</a>：</p>
<blockquote><p>真正感受到 <a href="https://addons.mozilla.org/en-US/firefox/addon/3863">Firefox iMacros</a> 的方便了。可以减少好多重复性劳动吧。互联网就是这么剥夺掉我们宝贵时间的。</p></blockquote>
<p>研究了一个多小时，我得出一个结论：这个扩展对我来说没用。而且，我对它的印象相当糟糕。一开始最令我不爽的一点是，占用 F8 这个热键，F8 也是打开 ScribeFire 的热键。</p>
<p>iMacro 就是一个给浏览器加上宏（Macro）功能的扩展，支持 firefox，IE。什么是宏（Macro）？就是把你的操作录制下来，然后重新播放。减少重复劳动。比如 Word、EmEditor、PhotoShop 都支持宏功能。</p>
<p>iMacro 内置了很多宏，非常令我无语的是，运行一个宏，我的全部标签都会被关闭，因为里面有关闭全部标签的语句。我经常开 20+ 个标签，一下子就给我全部关闭，而且一句提示都没有！</p>
<p>录制宏的时候，居然不能录制键盘按键动作，只能录制鼠标的动作。我在官方 wiki 找不到有关模拟按键或者获得剪贴板的命令。实用性大打折扣。更令我无语的是，宏代码可读性非常差。它唯一比较出彩的功能就是点击对话框了，比如警告对话框。</p>
<p>宏的播放，是人工的。据官方说可以和 GreaseMonkey 结合。</p>
<p>想来想去，我想不出这个扩展有啥用？</p>
<ul>
<li>拿来点击警告对话框吧，还不如手工快，而且好像只能针对特定页面。</li>
<li>拿来自动填表吧，因为是录制宏，完全没有通用性。我又不是那种闲着没事干专门注册马甲的人。</li>
<li>分析获取页面文字吧，太高级了，我又不炒股。</li>
</ul>
<p>-------------悼念的分割线-------------</p>
<p>以“叶子”一首走红的歌手阿桑，在　6　日早上因乳癌病逝。<a href="http://www.nownews.com/2009/04/06/37-2433173.htm"/>http://www.nownews.com/2009/04/06/37-2433173.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/167.et/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>用快捷键提交当前网页内容到 Google Reader[GreaseMonkey]</title>
		<link>http://blog.loland.net/140.et</link>
		<comments>http://blog.loland.net/140.et#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:22:57 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GreaseMonkey]]></category>

		<guid isPermaLink="false">http://blog.loland.net/2009/02/13/140.et</guid>
		<description><![CDATA[
默认快捷键是 Ctrl+G，修改自 AddTo Google Reader，原版有 bug，并且只能设置一个按键，不能设置组合键。
shortcut("Ctrl+G",function() {

里的"Ctrl+G"为你需要的快捷键组合。
安装 GreaseMonkey 脚本 AddTo Google Reader 小众修改版
]]></description>
			<content:encoded><![CDATA[<p><img src="http://pic.yupoo.com/jdvip/758166f828f6/medium.jpg"/></p>
<p>默认快捷键是 Ctrl+G，<a href="http://userscripts.org/scripts/show/38038">修改自 AddTo Google Reader</a>，原版有 bug，并且只能设置一个按键，不能设置组合键。</p>
<blockquote><p>shortcut("Ctrl+G",function() {
</p></blockquote>
<p>里的"Ctrl+G"为你需要的快捷键组合。</p>
<p><a href="https://dl.getdropbox.com/u/210057/addto_google_reader.user.js">安装 GreaseMonkey 脚本 AddTo Google Reader</a><a href="https://dl.getdropbox.com/u/210057/addto_google_reader.user.js"> 小众修改版</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/140.et/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>每日一折腾 - 英文和数字与中文之间自动加空格[预告]</title>
		<link>http://blog.loland.net/59.et</link>
		<comments>http://blog.loland.net/59.et#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:35:52 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.loland.net/?p=59</guid>
		<description><![CDATA[orz 此文乃一两个月前准备写的。一直没写。。不小心设置在 11 月 30 日发布。没想到一下子就到了。
]]></description>
			<content:encoded><![CDATA[<p>orz 此文乃一两个月前准备写的。一直没写。。不小心设置在 11 月 30 日发布。没想到一下子就到了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/59.et/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ScribeFire 3.0.1 - 什么时候才能自定义永久链接啊</title>
		<link>http://blog.loland.net/43.et</link>
		<comments>http://blog.loland.net/43.et#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:41:46 +0000</pubDate>
		<dc:creator>sfufoet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.loland.net/?p=43</guid>
		<description><![CDATA[ScribeFire 的升级速度是我在用的所有插件中最快最频繁的。也是我一直在用的 blogging 客户端。
今天就突然从 2.3.2 升级到 3.0.1 了，我激动地升级，结果，却是修复上版本的 bug。- -， 我最想要的就是自定义永久链接。唉～
不用其它客户端的原因就是 blogging 的时候，不用在浏览器的标签和其他窗口之间痛苦切换。。。
另，终于在 SF 里成功设置此博客了，原来需要启用 XML-RPC 功能啊，晕。。
非常不爽，竟然还是 Scheduled。。还得手工进来发布。原来我都是写好后，粘贴到后台的。因为不能自定义永久链接。。。可恶的 wp，怎么无法 public。。。晕死，删除重发。。。。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.scribefire.com">ScribeFire</a> 的升级速度是我在用的所有插件中最快最频繁的。也是我一直在用的 blogging 客户端。</p>
<p>今天就突然从 2.3.2 升级到 3.0.1 了，我激动地升级，结果，却是修复上版本的 bug。- -， 我最想要的就是自定义永久链接。唉～</p>
<p>不用其它客户端的原因就是 blogging 的时候，不用在浏览器的标签和其他窗口之间痛苦切换。。。</p>
<p>另，终于在 SF 里成功设置此博客了，原来需要启用 XML-RPC 功能啊，晕。。</p>
<p>非常不爽，竟然还是 Scheduled。。还得手工进来发布。原来我都是写好后，粘贴到后台的。因为不能自定义永久链接。。。可恶的 wp，怎么无法 public。。。晕死，删除重发。。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loland.net/43.et/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

