致各位老铁的一封信(狼友必读)
汤姆视频升级啦!如果你想永远与我爱AV不离不弃,永远免费看大片,那么你必须下载本站最新网址发布器!或者使用下列其他方法也可以找到我们!
温馨提示:https://xxx 仅限海外ip访问,任何域名如遇无法访问例如:http://xxx改为https://xxx即可恢复浏览!
}
});
});
//提交报错信息
function bugsave() {
var bugtxt = $("#bugtxt").val();
var bugbeizhu = $("#bugbeizhu").val();
var bugtime = getNowFormatDate();
if(bugtxt == "请选择") {
alert("请选择报错类型~");
return false;
} else {
$.ajax({
type: "post",
url: "sb",
async: true,
data: {
bugtxt: bugtxt,
bugbeizhu: bugbeizhu,
bugtime: bugtime,
}
, success: function(data) {
if(data==1) {
alert("您的请求过于频繁。");
}
else {
alert("反馈成功,我们会尽快解决您反馈的问题~");
}
}
, error: function(data) {}
}
);
$('#iframe').attr('src', $('#iframe').attr('src'));
layer.close(layer.index);
document.getElementById('err-form').style.display=='none' ? 'block': 'none';
$("#err-form").css("display", "none");
}
}
var href = window.location.href + '?invite=1'; //取得整个地址栏
if (getQueryString("invite")) {
postStatistics('invite');
}
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r != null)
return decodeURI(r[2]);
return null;
}
//input 的value值最大获取网址
document.querySelector("#content").value = href;
//获取h5的标签 设置值
document.querySelector(".fuzhi h5").innerText=href ;
function copyArticle(event) {
const range = document.createRange();
range.selectNode(document.querySelector(".fuzhi h5"));
const selection = window.getSelection();
if(selection.rangeCount > 0) selection.removeAllRanges();
selection.addRange(range);
document.execCommand('copy');
alert("复制成功!");
postStatistics();
}
document.getElementById('copyBT').addEventListener('click', copyArticle, false);
$(".subPageTitle").text($(".navList .active").text()); // 二级面包屑导航
// 返回分类页面
$(".subPageTitle").on("click", function(){
var currentUrl = window.location.href;
var hostname = window.location.hostname;
window.location.protocol+"//"+window.location.host;
var filename = currentUrl.split('/');
$(this).attr("href", window.location.protocol + "//"+ hostname + '/' + filename[3])
})
//迅雷下载 的复制功能
function copyArticle3(event) {
const range = document.createRange();
range.selectNode(document.querySelector('#xunlei_nr1 input'));
const selection = window.getSelection();
if(selection.rangeCount > 0) selection.removeAllRanges();
selection.addRange(range);
document.execCommand('copy');
alert("复制成功!");
postStatistics();
}
document.querySelector('.xunlei_fuzhi1').addEventListener('click', copyArticle3, false);
function copyArticle2(event) {
const range = document.createRange();
range.selectNode(document.querySelector('#xunlei_nr2 input'));
const selection = window.getSelection();
if(selection.rangeCount > 0) selection.removeAllRanges();
selection.addRange(range);
document.execCommand('copy');
alert("复制成功!");
postStatistics();
}
document.querySelector('.xunlei_fuzhi12').addEventListener('click', copyArticle2, false);