Advertisement
Graf_Rav

ildar_kpfu

Mar 19th, 2021
787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var iframe = document.createElement('iframe');
  2. iframe.src = "https://ildar.dev/";
  3. iframe.style = "width: 100%; height: 100%";
  4. $('html').replaceWith(iframe);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement