watermark logo

Brotha Records Creepy Crawlers In Karen's Car Before She Made A Delivery For Uber Eats

10 Views
Above All That Drama

Our Brotha recorded creepy crawlers inside of Karen's car. She drives for Uber Eats, I feel sorry for whoever received that food.

Send Us Entertainment News & Topics
[email protected]

Support us on Patreon for a minimum of $3 or $5 per month.
https://www.patreon.com/philscottshow

Subscribe To All Of Our YouTube Channels
https://www.youtube.com/AfricanDiasporaNewsChannel (African Diaspora News Channel)
https://www.youtube.com/c/Afri....canDiasporaNewsInsid (African Diaspora News Insider)
https://www.youtube.com/thephillipscottshow (The Phillip Scott Show)
https://youtube.com/intercontinentalfoodreview (Intercontinental Food Review)

Follow us on Instagram https://www.instagram.com/philscottshow

Follow us on Twitter https://twitter.com/philscottshow

Follow us on Facebook https://www.facebook.com/ThePhillipScottShow

Paypal https://paypal.me/AdviseMediaNetwork

Cash App https://cash.app/$AfricanDiasporaNews

Send Money Orders Donations
2323 Clear Lake City Blvd.
Suite 180 Box 133
Houston, Tx 77062

Purchase merchandise from our store
https://teespring.com/stores/t....he-phillip-scott-sho

Show more


0 Comments Sort By

No comments found

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