返回列表 发帖

[TheWorld 3] 请教关于 greendown的过滤

本帖最后由 tongang 于 2009-11-25 09:48 编辑

自从学习了TW3的过滤。。自己没事也玩了个。。

不过现在遇到问题如下:

1.我写了个规则
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <adfilter>
  3. <version>1.0</version>
  4. <rules>
  5. <rule>
  6. <name>grteendown</name>
  7. <domains>
  8. <domain>
  9. <include>
  10. <![CDATA[*greendown.cn*]]>
  11. </include>
  12. </domain>
  13. </domains>
  14. <pattern type="1">
  15. <targets>
  16. <param>
  17. <![CDATA[script]]>
  18. </param>
  19. </targets>
  20. <pattern type="2">
  21. <targets>
  22. <param>
  23. <![CDATA[([^>]*?ggao[^>]*?|[^>]*?cpro.baidu.com[^>]*?)]]>
  24. </param>
  25. <replace>
  26. <![CDATA[<!--AD Blocked By TheWorld 3-->]]>
  27. </replace>
  28. </targets>
  29. </pattern>
  30. </pattern>
  31. <pattern type="1">
  32. <targets>
  33. <param>
  34. <![CDATA[iframe]]>
  35. </param>
  36. </targets>
  37. <pattern type="2">
  38. <targets>
  39. <param>
  40. <![CDATA[([^>]*?ggao[^>]*?|[^>]*?comment_g[^>]*?)]]>
  41. </param>
  42. <replace>
  43. <![CDATA[<!--AD Blocked By TheWorld 3-->]]>
  44. </replace>
  45. </targets>
  46. </pattern>
  47. </pattern>
  48. <pattern type="1">
  49. <targets>
  50. <param>
  51. <![CDATA[div]]>
  52. </param>
  53. </targets>
  54. <pattern type="2">
  55. <targets>
  56. <param>
  57. <![CDATA[(id="bz_con1"|class="cp sponsor")]]>
  58. </param>
  59. <replace>
  60. <![CDATA[<!--AD Blocked By TheWorld 3-->]]>
  61. </replace>
  62. </targets>
  63. </pattern>
  64. </pattern>

  65. </rule>
  66. </rules>
  67. </adfilter>
复制代码
其中有两个问题。。

第一,script 和 iframe 过滤内容实际是一样的。。不过。。
我添加;两个para在 type=1中。。貌似只有后面那个生效。。。
要想两个都生效。就要写两份。。

第二个貌似是老问题了。。
就是引用js内部的过滤:

请看这个 http://www.greendown.cn/soft/5470.html

最下面的 百度广告。。

我看了下。。这个广告写在 http://www.greendown.cn/js/comment.js 中。。

....
document.writeln("        <div align=\"center\">");document.writeln("        <iframe frameborder=0 src=/js/comment_g.html width=180 height=150 scrolling=no></iframe> ");document.writeln("        <\/div>");
....

顺便BS下新的下载器。。竟然连个js都下载不下来。。。
还让我用FF。。实在不人道。。

请斑竹大哥答复吧。。谢谢

-------------
感谢。圆满解决。呵呵

提示: 作者被禁止或删除 内容自动屏蔽
http://valid.canardpc.com/cache/banner/2854499.png
新浪/腾讯/饭否@小蛐蛐   twitter @jiayiming
如有过滤规则需要更新,请尽量原帖反馈提醒。

TOP

提示: 作者被禁止或删除 内容自动屏蔽
http://valid.canardpc.com/cache/banner/2854499.png
新浪/腾讯/饭否@小蛐蛐   twitter @jiayiming
如有过滤规则需要更新,请尽量原帖反馈提醒。

TOP

好的。。我更新下。。

TOP

返回列表