watermark logo

What The Hell Is Going On Here! Shuler King - He Throwing It, Ain’t It?

21 Views
Shala Yisrael
Shala Yisrael
24 Sep 2021

TikTok @shulerking 👇🏿
www.tiktok.com/@shulerking

YouTube Comedian Shuler King👇🏿
https://www.youtube.com/channe....l/UCxYcwkqmGW5oHTnmH

Instagram @shulerking 👇🏿
https://www.instagram.com/shulerking

Twitter @shulerking👇🏿
Twitter › shulerkingWeb resultsShuler King (@shulerking) | Twitter

#shulerking #comedianfuneraldirector #anybodywannatellme #funny #comedy #love

Show more


2 Comments Sort By
Dangerous Television
Dangerous Television 25 days ago

I think it's a bad built bald headed woman...

0 0 Reply
Shala Yisrael
Shala Yisrael 26 days ago

Oh my god this is a damn shame on so many levels, but it's funny as hell. I hope it's just a comedy skit. ...lol.

1 0 Reply
Azaliyah
Azaliyah 26 days ago

Shalom sis. What is really going on. da..yum many our people is off the chain. Integration really fk'd Negroes up. ...SMDH

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); } }); }