⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contentregexplist

📁 一个UNIX/LINUX下的基于内容的过滤服务器源代码
💻
字号:
#Content modifying Regular Expressions## The format is: "extended regular expression"->"replacement straight string"# E.g. "shit"->"censored" would replace all occurances of shit in any case.# Far more complicated matches are possible.  See other sources for examples# of extended regular expressions.# These are just some examples.  If you write any, for example, to# remove popups etc, please send them to author at dansguardian.org.#"<script language.*open\(.*script>"->"<!-- its gone -->"#"fuck|cunt|shit"->"**censored**"#remove popups by AFN 2004/2/28#"<html>"->"<script language='javascript'>fwo=window.open;function NO(url,nam,atr){return(this.window);}window.open=NO;</script><html>"#"=[ ]*?window\.open[ ]*?\("->"=fwo("#"<html>"->"<script language='javascript'>function NO(url,nam,atr){return(this.window);}window.open=NO;</script><html>"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -