Advertisement
dimaslanjaka

safelink-c.html

Feb 26th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <script type='text/javascript'>
  2. //<![CDATA[
  3. var myArray = ['https://www.kordonobezitecerrahisi.com/application/safelink.php?type=html&redirect=true&url='];
  4. var safelink = myArray[Math.floor(Math.random() * myArray.length)];
  5. var protectedLinks = /(bing.com|google|linkedin.com|facebook|manajemen|safelink|pinterest|digg.com|twitter|blogger.com|ask.com|secretnetworkforces|sembilanan)/
  6. $( 'a' ).each(function() {
  7. if (this.href.match( protectedLinks ) ){
  8.    $(this).attr('href', $(this).attr('href'));
  9.  } else {
  10.    $(this).attr('href', safelink+encodeURIComponent($(this).attr('href')));
  11.  }
  12. });
  13. //]]>
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement