相对链接改成绝对链接?
Posted: Jan 21 2010, 00:04
前几天好像在论坛看到这样的回帖,但是现在找不到了。。
另外sidki怎么过滤一个相对链接的js?
比如想要过滤一个正常站点www.abc.com下的"js/abc.js"。
另外sidki怎么过滤一个相对链接的js?
比如想要过滤一个正常站点www.abc.com下的"js/abc.js"。
http://forum.proxomitron.cn/viewtopic.p ... =254#p1525Bonnie wrote:前几天好像在论坛看到这样的回帖,但是现在找不到了。。
AdPaths-J.ptxt 里添加 abc.js 行不?Bonnie wrote: 另外sidki怎么过滤一个相对链接的js?
比如想要过滤一个正常站点www.abc.com下的"js/abc.js"。
Code: Select all
[Patterns]
Name = "Using $LST(funcRelativePathtoFull) I"
Active = FALSE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<(iframe|script|img)*src="(^http(s|)://)*>"
Limit = 256
Match = "\1src=$AV($LST(funcRelativePathtoFull)|\w)\0"
Replace = "\1src="$GET(xFP)"\0$SET(xFP=)"
Code: Select all
<img src="http://img.brothersoft.com/v1/img/icon_br.gif" width=32 height=32/>
Code: Select all
<img src="http://www.brothersoft.com/http://img.brothersoft.com/v1/img/a71.gif" />