返回列表 发帖

[讨论]这样的脚本广告过滤方法

这样的东东现在好像没有一个好的方法搞定.越来越多的站是用这种方法了.

  1. <script>
  2. document.writeln("<script type=\"text\/JavaScript\"> ");
  3. document.writeln("alimama_pid=\"mm_10034809_749596_3176497\"; ");
  4. document.writeln("alimama_titlecolor=\"215DAD\"; ");
  5. document.writeln("alimama_descolor =\"000000\"; ");
  6. document.writeln("alimama_bgcolor=\"f0f0f0\"; ");
  7. document.writeln("alimama_bordercolor=\"f0f0f0\"; ");
  8. document.writeln("alimama_linkcolor=\"f0f0f0\"; ");
  9. document.writeln("alimama_bottomcolor=\"f0f0f0\"; ");
  10. document.writeln("alimama_anglesize=\"0\"; ");
  11. document.writeln("alimama_bgpic=\"0\"; ");
  12. document.writeln("alimama_icon=\"0\"; ");
  13. document.writeln("alimama_sizecode=\"36\"; ");
  14. document.writeln("alimama_width=336; ");
  15. document.writeln("alimama_height=280; ");
  16. document.writeln("alimama_type=2; ");
  17. document.writeln("<\/script> ");
  18. document.writeln("<script src=\"http:\/\/a.alimama.cn\/inf.js\" type=text\/javascript> ");
  19. document.writeln("<\/script>");
  20. </script>
复制代码
一个脱离了低级趣味&高级趣味的人

#ex#document[^\)]*?alimama[\s\S]*?\)\;###

不知道这样的规则可以不。

TOP

小三一出手,就知有没有
一个脱离了低级趣味&高级趣味的人

TOP

返回列表