KarachanStyler

Ukryj Skurwysyna

May 18th, 2019
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.ukryjSkurwysyna = function(uid) {  
  2.     $('span.posteruid[title="'+uid+'"]').parents('.post').hide();  
  3. }  
  4. window.onload = function() {  
  5.     $('span.posteruid').each(function() {  
  6.         $('<a href="javascript:window.ukryjSkurwysyna(\''+$(this).attr('title')+'\');">Ukryj skurwysyna</a>').insertAfter($(this));  
  7.     });  
  8. }
Add Comment
Please, Sign In to add comment