document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script type=\'text/javascript\'>
  2. //<![CDATA[
  3. // make pastebin.com raw links open in target="_blank"
  4.   var clss = document.getElementsByClassName("embedFooter");
  5.   for (var x=0 ; x < clss.length; x++ )
  6.   {
  7.     var child = clss[x].firstChild;
  8.     while(child) {
  9.       if(child.nodeType == 1 && child.tagName.toLowerCase() == \'a\')
  10.         child.target="_blank";
  11.       child = child.nextSibling;
  12.     }
  13.   }
  14. //]]>
  15. </script>
');