Advertisement
JimMorrison723

Untitled

May 15th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.80 KB | None | 0 0
  1. var hl_users = 'AryanT1ger';
  2. $(document).ready(function(){hl_users=hl_users.split(',');$('.post').each(function(){var a=$(this).find('a[href*="felhasznalo"] img').length?$(this).find('a[href*="felhasznalo"] img').attr('title'):$(this).find('a[href*="felhasznalo"]').html();a=a.replace(" - VIP","");if(hl_users.indexOf(a)!=-1){var b=$(this).find('section.body');var c=$(this).find('footer');$(b).hide();$(c).hide();$('<p class="ts_hidden_comment">Moderált felhasználó! Kattints ide az üzenet megtekintéséhez</p>').insertAfter($(b))}});$('.ts_hidden_comment').css({'text-align':'center','font':'normal normal normal 13px/16px Arial, serif','cursor':'pointer'});$('.ts_hidden_comment').click(function(){$(this).parent('.post').find('section').show();$(this).parent('.post').find('footer').show();$(this).hide()})});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement