watermark logo

Yeah...I said WTF too.

18 Views
Above All That Drama

Dirty Ass Orientals

Show more


1 Comments Sort By
Shala Yisrael
Shala Yisrael 25 days ago

H..........ell naw!! I couldn't take it for 3 minutes. Now I want a damn fool to tell me these creatures are human, like the ole hypocrite Lazmor, who has a chimp chink for a wife, but have the nerve to call BW everything but a child of God, when he is married to neanderbeast. He needs to lay off the bottle and go sit his simpleton azz down somewhere.

2 0 Reply
Above All That Drama
Above All That Drama 25 days ago

Sis you know the great thing about this? Not 1 of us has this problem. I rock with both you & Laz. I am not going to pick sides on that situation But wait I am saving the best ones for last. Hint? Maggots in their mouth.

1 0 Reply
Show more

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }