Advertisement
shrx

penada_admv

Sep 18th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //<![CDATA[
  2.  
  3.  
  4.  
  5. var allahref=document.getElementsByTagName("a");
  6. var myhost = location.hostname;
  7. for(var c=0;c<allahref.length;c++)
  8. {
  9.  
  10. if(allahref[c].hostname!=myhost && allahref[c].hostname="")
  11. {
  12. allahref[c].href="https://penada.com/mbs.php/"+allahref[c].href;
  13.  
  14.  
  15. }
  16. }
  17.  //]]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement