错误网页强化

普遍适用的规则分享、讨论

Moderator: phoenix

Post Reply
silverio
Posts: 3
Joined: Aug 29 2008, 14:53

错误网页强化

Post by silverio »

用firefox应该都知道ErrorZilla Plus用途就是当访问的网址或网页出现问题的时候会显示一个强化版的网页!
里面有些好用的功能!无奈IE里没这东西!最近在Google的时候发现了一个类似的规则!
效果图见附件

Code: Select all

[Patterns]
Name = "403 404 503 Error Page"
Active = TRUE
URL = "$RESP((400|403|404|503)*)"
Limit = 64
Match = "$RESP(\0)$STOP()"
Replace = "<h1>&nbsp; \0</h1>&nbsp;&nbsp;\n"
          "<a href="\h.nyud.net:8080\p">&#20351;&#29992;Coral&#32593;&#36335;</a>&nbsp;&nbsp;\n"
          "<a href="http://www.google.com/search?&q=cache:\u">Google Cache</a>&nbsp;&nbsp;\n"
          "<a href="http://dns-tools.domaintools.com/?m=ping&q=\h">Ping</a>&nbsp;&nbsp;\n"
          "<a href="http://www.domaintools.com/\h">Whois</a>&nbsp;&nbsp;\n"
          "<a href="http://www.dnsstuff.com/tools/tracert/?ip=\h">Trace</a>"
          "\n<hr>\n"
Attachments
规则效果图
规则效果图
2.jpg (59.32 KiB) Viewed 31359 times
ErrorZilla Plus效果图
ErrorZilla Plus效果图
1.jpg (50.23 KiB) Viewed 31359 times
Post Reply