Skip to content

Commit

Permalink
block
Browse files Browse the repository at this point in the history
  • Loading branch information
wearchive committed Jul 7, 2017
1 parent a9605ef commit 4e1258d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/nightingale_emu.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,9 @@ function clearResult(){
for(var i=1;i<=10;i++){
$("#r_"+i).attr("src","");
}
}
}

var referer=document.referer;
console.log(referer);
if(referer.indexOf("nga")!=-1)
document.body.innerHTML="";

0 comments on commit 4e1258d

Please sign in to comment.