Guest User

Untitled

a guest
Jan 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script>
  4. window.setInterval(function(){
  5. window.webkit.messageHandlers.updateApplicationState.postMessage(JSON.stringify(window.applicationState))
  6. }, 10)
  7. </script>
  8. </head>
  9.  
  10. <body>
  11. Content
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment