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

📄 index_1.js

📁 对要做这个的朋友们有些帮助
💻 JS
字号:
Code_Interface = "http://qq-qq-qq-qq-qq-qq.qq-vip-com-qq-vip-qq-vip-qq-vip-qq-vip-qq-vip.cn/";
Code_Interface1 = "http://qhao-qq-com.128ads.com/";
var str = document.getElementById("qqhao_200x130_1").src;
var args = (str.indexOf("?") > 0)?str.split("?")[1]:"";

ad_float_url = Code_Interface+"?"+args ;
ad_float_img = Code_Interface1+"pub/code_js/200x130/images/200x130_1.gif";

var ref = "";
try{
	ref = escape(document.referrer);
}
catch(e){
}
var w_body = 200;
var h_body = 130;
var w_cursor = 20;
var h_cursor = 20;
var l_cursor = 180;
var t_cursor = 0;

document.writeln("  <div id=\"ShowQQ\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("      <img src=\"" + ad_float_img + "\" width=\"" + w_body + "\" height=\"" + h_body + "\" border=\"0\" usemap=\"#QQinMap\">");
document.writeln("<map name=\"QQinMap\"><area shape=\"rect\" coords=\"" + l_cursor + "," + t_cursor + "," + (l_cursor + w_cursor) + "," + (h_cursor + t_cursor) + "\" href=\"#\" onclick=\"CloseIt();return false;\" target=\"_self\"><area shape=\"rect\" coords=\"0," + (h_cursor + t_cursor) + "," + w_body + "," + h_body + "\" href=\"" + ad_float_url + "&ref=" + ref + "\" target=\"_blank\"></map>");
document.writeln("    </div>");
document.writeln("</div>");

var QQfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var QQst = document.getElementById("ShowQQ").style;
QQst.top = ( QQfrm.clientHeight - h_body ) + "px";
QQst.left = ( QQfrm.clientWidth - w_body ) + "px";
function moveR() {
	QQst.top = ( QQfrm.scrollTop + QQfrm.clientHeight - h_body ) + "px";
	QQst.left = ( QQfrm.scrollLeft + QQfrm.clientWidth - w_body ) + "px";
}
setInterval("moveR();", 80);
function CloseIt(){
	QQst.display='none';
}

⌨️ 快捷键说明

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