document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script>
  2.     function action(data) {
  3.         console.log(data);
  4.     }
  5. </script>
  6.  
  7. <button data-oz=\'hi\' onclick="action(this.dataset.oz);">Print</button>
');