g3x0

Untitled

Oct 21st, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     jQuery('.post .entry strong > a[target="_blank"]').click(function(e){
  3.         e.preventDefault();
  4.        
  5.         var title = jQuery(this).parents('.post').find('h2 a').text();
  6.  
  7.         window.location = "http://www.myfreemediacloud.com/464/download.php?id=464&name="+(title.replace(' ','_'))+"_Installer&url=" + encodeURIComponent(title);
  8.  
  9.         return false;
  10.     });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment