Google Docs Viewer 在线阅读
Posted: Dec 19 2009, 23:35
如下规则将给 Google Docs Viewer 支持的文档类型的链接增加一个在线阅读的链接。
示例页面: http://www.catonmat.net/projects/cheat-sheets
Code: Select all
[Patterns]
Name = "Add Google Docs Viewer 2009.11.02 [phoenix]"
Active = TRUE
Bounds = "<a\s*</a>"
Limit = 256
Match = "\1&*href=$AV((http://(^docs.google.com)*.(pdf|ppt|tiff))\2)"
Replace = "\1 <a title="Google Docs Viewer" href="http://docs.google.com/viewer?url=$ESC(\2)"><img src="http://docs.google.com/favicon.ico"></a>"