📄 digi_fr_10.js
字号:
if(window == top) {
if ((window.location.pathname.indexOf("/index")!=0)&&(window.location.pathname!="/")) document.write('<html><head><title> </title></head>'+
'<frameset cols="*,140" onload="return true;" onunload="return true;" frameborder="0" border="0" framespacing="0">'+
'<frame src="'+window.location+'?" name="MemberFrame" scrolling="auto" noresize>'+
'<frame src="/_ad/adframe.html?'+escape(window.location)+'" name="AdFrame2" marginwidth="0" marginheight="0" scrolling="auto" noresize>'+
'</frameset></html>');
} else {
var DGL_w8="";
var DGL_w9=window.location.toString();
var DGL_w7="";
if (document.getElementById) {
eval("try { DGL_w8=window.top.location.toString(); } catch (e) { }");
if (DGL_w8=="") window.top.location=this.location;
//if (window.top.AdFrame2!=window) {
// eval("try { DGL_w7=window.top.AdFrame2.location.toString(); } catch (e) { }");
// if (DGL_w7.indexOf("http://"+window.location.host+"/_ad/adframe.html")!=0) window.top.location="http://digiland.libero.it/";
//}
}
if (window.top.AdFrame2==window) {
if (DGL_w9.indexOf("http://"+window.location.host+"/_ad/adframe.html")!=0) window.top.location="http://digiland.libero.it/";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -