百度JS破盗链

百度图片盗链问题解决,使用JS+iframe。

<script>
  var img = "<img style='max-height:auto;auto;'src=URL >";
</script>
<iframe id=imgstyle="border:0px;overflow:hidden;"src="javascript:parent.img;"></iframe>
原文地址:https://www.cnblogs.com/ich1990/p/3635194.html