Change the appearance of Safari Reader in Safari 6.0

Posted on Wed 12 September 2012 in 我用(IT) • Tagged with Safari Extensions, 浏览器

Safari自带的Reader工具很好用,但无法对阅读界面进行调整。这里的方法提供了手工修改Reader属性的线索,原理是修改Reader使用的模板,位置如下: /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Resources/Reader.html

还有更简单的方法,下载这个插件,支持调整Reader的字体、行宽等属性。

https://extensions.apple.com 下的Safari插件很多,有空的时候可以淘淘宝。


Continue reading

Using ssh as a SOCKS server

Posted on Fri 10 September 2010 in 我用(IT) • Tagged with chrome, ssh, 浏览器

use ssh as a SOCKS server:

ssh -D port host
windows平台下的ssh命令行可以在以下地址下载: http://sshwindows.sourceforge.net/download/

解释一下-D参数:

-D [bind_address:]port Specifies a local “dynamic” application-level port forwarding. This works by allocating a socket to listen to port on the local side, optionally bound to the specified bind_address. Whenever a connection ...


Continue reading