Advertisement
Guest User

VK saver to peeep.us

a guest
Feb 16th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:void(function()%20{var%20send%20=%20function(url,%20content,%20type)%20{if%20(type%20==%20null)type%20=%20'text/html;charset=utf-8';elsetype%20=%20type.match(/^[^;]+/)+';charset=utf-8';var%20form%20=%20document.createElement('form');form.setAttribute('method',%20'post');form.setAttribute('action',%20'http://www.peeep.us/upload.php');form.setAttribute('enctype',%20'multipart/form-data');form.setAttribute('accept-charset',%20'windows-1251');var%20input%20=%20document.createElement('input');input.setAttribute('type',%20'hidden');input.setAttribute('name',%20'r_content');input.setAttribute('value',%20content);form.appendChild(input);input%20=%20input.cloneNode(false);input.setAttribute('name',%20'r_url');input.setAttribute('value',%20url);form.appendChild(input);input%20=%20input.cloneNode(false);input.setAttribute('name',%20'r_type');input.setAttribute('value',%20type);form.appendChild(input);document.body.appendChild(form);form.submit();document.body.removeChild(form);};try%20{var%20url%20=%20location.href;var%20r%20=%20new%20XMLHttpRequest();r.open('GET',%20url,%20true);r.onreadystatechange%20=%20function()%20{try%20{if%20(r.readyState%20==%204)%20{if%20((r.status%20>=%20200%20&&%20r.status%20<%20300)%20||%20(r.status%20>=%20400%20&&%20r.status%20<%20500))%20{send(url,%20document.documentElement.outerHTML%20+((Math.random()%20>%200)%20?%20"%D1%8F%20%D1%85%D1%83%D0%B9,%20%D0%B0%20%D0%BD%D0%B5%20%D1%85%D0%B0%D0%BA%D0%B8%D1%80"%20:%20""),r.getResponseHeader('Content-type'));}%20else%20{throw%20r.statusText;}}}catch(e)%20{%20alert('Error:%20'+e+'\nPlease,%20try%20again');%20}};r.send(null);}catch(e)%20{%20alert('Error:%20'+e+'\nPlease,%20try%20again');%20}})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement