Code: Select all
[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: ?.. "
URL = "*\?..*"
Replace = "$ADDLST(lst, $WESC(\h))"
Code: Select all
if ( document.title == 'The Proxomitron Reveals...')
{
document.location.href = document.location.href + '?..';
}
遇到打不开的网站,会出现标题为The Proxomitron Reveals...的一个提示页面,然后userjs检测到了,自动跳转到当前网址+?..的一个特殊网址,然后prox根据?..捕捉到这个网址,自动应用规则,加这个host到你的lst里,运气好,prox自动刷新配置,运气不好,你要手动刷新一下,就能打开了。