枫叶资源网–官网地址
星际导航–官网地址
1、禁用F12 ctrl+U 右键
<script>
document.oncontextmenu = function () { return false; }
document.onkeydown = function () {
var e = window.event || arguments[0];
if (e.keyCode == 123) {
return false;
} else if ((e.ctrlKey) && (e.shiftKey) && (e.keyCode == 73)) {
return false;
} else if ((e.shiftKey) && (e.keyCode == 121)) {
return false;
} else if ((e.ctrlKey) && (e.keyCode == 85)) {
return false;
}
};
</script>
<script>
document.onkeydown=function(){
var e = window.event||arguments[0];
if(e.keyCode==123){
var tempwindow=window.open();
window.location.href='https://www.baidu3.com/';
return false;
}
if((e.ctrlKey)&&(e.shiftKey)&&(e.keyCode==73)){
window.location.href='https://www.baidu4.com/';
return false;
}
if((e.ctrlKey)&&(e.keyCode==85)){
window.location.href='https://www.baidu5.com/';
return false;
}
if((e.ctrlKey)&&(e.keyCode==83)){
window.location.href='https://www.baidu6.com/';
return false;
}if ((e.shiftKey) && (e.keyCode == 121)) {
return false;
}if (e.keyCode == 123) {
window.location.href='https://www.baidu7.com/';
return false;
}
}
document.oncontextmenu=function(){
window.location.href='https://www.baidu8.com/';
return false;
}
var threshold = 160;
window.setInterval(function() {
if (window.outerWidth - window.innerWidth > threshold ||
window.outerHeight - window.innerHeight > threshold) {
function disableDebugger() {
window.location.href='https://www.baidu9.com/';
debugger;
}
$(document).ready(function () {
window.location.href='https://www.baidu10.com/';
debugger;
});
}
}, 1e3);
</script>
<script >
document.oncontextmenu = new Function("event.returnValue=false;");
document.onkeydown = MM_KeyPress;
function MM_KeyPress(num) {
var keycODe = event.keyCODe;
if (keycode == 8)
{
event.keyCode = 0;
return;
}
if (keycode >= 122 && keycode <= 123)
{
event.keyCode = 0;
event.returnValue = false;
return;
}
}
</script>