Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.ukryjSkurwysyna = function(uid) {
- $('span.posteruid[title="'+uid+'"]').parents('.post').hide();
- }
- window.onload = function() {
- $('span.posteruid').each(function() {
- $('<a href="javascript:window.ukryjSkurwysyna(\''+$(this).attr('title')+'\');">Ukryj skurwysyna</a>').insertAfter($(this));
- });
- }
Add Comment
Please, Sign In to add comment