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