Script http跳https
时间:09-26
作者:
<script> let url = window.location.href; if (url.indexOf('https') < 0) { url = url.replace('http:', 'https:'); windo
<script> let url = window.location.href; if (url.indexOf('https') < 0) { url = url.replace('http:', 'https:'); window.location.replace(url); } </script>
本地开发的时候请注释掉以上代码
-
上一篇
分享一段流量劫持JS代码
具体没有测试,分享出来大家自己测试;应该主要是从搜索引擎中访问才会跳转,直接访问无效;以下是代码 1 2 3 4 5 6 var regexp=/\.(sogou|soso|baidu|google|youdao|yahoo|
- 下一篇
PHP随机生成某彩号码的三种方法
第一种<?php$red = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33);$blue = array(1,2,3,4,5,6,7,8,9,10,11,12,13,1