Guest User

Untitled

a guest
May 20th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. (function() {
  2. var _open = window.open;
  3. window.open = function(str) {
  4. console.log(JSON.stringify(arguments));
  5. console.log(navigator.userAgent);
  6. _open.apply(window, arguments);
  7.  
  8. };
  9. })();
Add Comment
Please, Sign In to add comment