Advertisement
cccccccc

Untitled

Jun 9th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     jQuery(function(){
  2. var data = "https://href.li/?";
  3. jQuery('#content').on('mouseenter', '.acomment-content a, .activity-inner a', function(){
  4.     url = $(this).attr('href');
  5.     if ( (url.match(/^https?\:/i)) && (!url.match(document.domain)) ) {
  6.         url = $(this).attr('href');
  7.         $(this).attr("href", data + url);
  8.     }
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement