The deletion code of configuration options includes built-in deletion code and custom deletion code
<!-- Baidu statistics -- > < script > var_ hmt = _ hmt || []; ( function () { var hm = document.createElement("script"); hm.src = " https://hm.baidu.com/hm.js?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</ script><script type="text/javascript"> var _ bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _ bdhmProtocol + "hm.baidu.com/h.js%3F2525cfa1b9dfbcb8f1e1' type='text/javascript'%3E%3C/script%3E"));</ script><!-- 51. La statistics -- > < script type = "text / JavaScript" SRC = "/ / JS. Users. 51. LA / 205160338. JS" > < / script > <-- Cnzz statistics -- > < script type = "text / JavaScript" SRC=“ https://s96.cnzz.com/z_ stat.php?id=***&web_ id=***"></script><script type="text/javascript">var cnzz_ protocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cspan id='cnzz_ stat_ icon_ 1255238616'%3E%3C/span%3E%3Cscript src='" + cnzz_ protocol + "s23.cnzz.com/z_ stat.php%3Fid%3D12***' type='text/javascript'%3E%3C/script%3E"));</ script><!-- Baidu Shangqiao -- > < script > var_ hmt = _ hmt || []; // eslint-disable-line (function () { var hm = document.createElement('script'); hm.src = ' https://hm.baidu.com/hm.js?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX '; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hm, s); })();</ script> <!-- Google ads -- > < script data ad client = "Ca pub-2222513431618339" async SRC=“ https://pagead2.googlesyndication.com/pagead/js/adsbygoogle21.js "></script><!-- Google ads -- > < script async SRC = "/ / pagead2. Googlesyndication. COM / pagead / JS / adsbygoogle1. JS" > < / script > < script SRC = "ad / header. JS" > < / script > < script async SRC=“ https://pagead2.googlesyndication.com/pagead/js/adsbygoogle1.js "></script><script> (adsbygoogle = window.adsbygoogle || []).push({ google_ ad_ client: "ca-pub-***", enable_ page_ level_ ads: true });</ script><script async src=" https://pagead2.googlesyndication.com/pagead/js/adsbygoogle1.js "></script><!-- 250x250 --><ins class="adsbygoogle" style="display:inline-block; width:250px; height:250px" data-ad-client="ca-pub-****" data-ad-slot="47692789324"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({});</ script><!-- Global site tag (../../static/js/renderOtherJs.js) - Google Analytics --><script async src=" https://www.googletagmanager.com/gtag "></script><!-- Global site tag (../../static/js/renderOtherJs.js) - Google Analytics --><script async src=" https://www.googletagmanager.com/gtag/js?id=UA -***-1"></script><!-- 360 magic effect Alliance -- > < script > (function (B, a, e, h, F, C, G, s) {B [H] = B [H] | function() {(B [H]. C = B [H]. C | []. Push (arguments)}; b[h].s = !! c; g = a.getElementsByTagName(e)[0]; s = a.createElement(e); s.src = "//s.union.360.cn/" + f + ".js"; s.defer = ! 0 s.async = ! 0 g.parentNode.insertBefore(s, g) })(window, document, "script", "_ qha", 111111, false);</ script>
<!-- Start Baidu auto push function -- > < script > (function() {var BP = document. CreateElement ('script '); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = ' https://zz.bdstatic.com/linksubmit/push.js '; } else { bp.src = ' http://push.zhanzhang.baidu.com/push.js '; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();</ script><!-- 360 push -- > < script > (function() {var SRC =“ https://jspassport.ssl.qhimg.com/11.0.1.js? ****"; document.write('<script src="' + src + '" id="sozz"><\/script>'); })();</ script>
Delete HTML / CSS / JS and other annotation codes
Delete rich media object code
<meta([^>]*?) property([ ]*?)=([^>]*?) og:([^>]*?)>
<meta name=\"360-site-verification\" content=\"\" /><meta name=\"baidu-site-verification\" content=\"\" />
<link rel="stylesheet" href="/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"><script src="/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" c rossorigin="anonymous"></script>
This function deletes code based on regular expression, and the software has built-in tools for automatically generating regular expression and verifying regular expression test
Built in common regular expressions, such asDelete script code regular expression
、Delete link code regular expression
、Delete style code regular expression
、Delete all HTML code regular expressions