📄 pcode.htm
字号:
var topu=top.location.href;var ckuser="xpibm_303";
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
if (get_cookie('kc_'+ckuser)==''){
var Then = new Date();
Then.setTime(Then.getTime() + 3600*1000*6);
document.cookie='kc_'+ckuser+'=yes;expires='+ Then.toGMTString();
document.write("<iframe name=keyrunads width=760 height=80 src='http://a.ads99.cn/ads/bbstoday/303.php?username=xpibm&adsid=303&adsuser=bbstoday&repl=1&cu=1&fu="+topu+"' marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>");
}else{
document.write("<iframe name=keyrunads width=760 height=80 src='http://a.ads99.cn/ads/bbstoday/303.php?username=xpibm&adsid=303&adsuser=bbstoday&repl=1&cu=2&fu="+topu+"' marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -