watermark logo

Sexual Abuse In The Black Community And Reparations

4 Views
Above All That Drama

Become a patron on my Patreon: http://www.patreon.com/PharaohSaidThat

Cash App: $PharaohElAton

PayPal [email protected]

The Easiest Way To Become A Vegan http://www.VeganIntel.com

Get your health products and appliances at my Amazon store: https://www.amazon.com/shop/PharaohSaidThat

Follow me on Clubhouse: Pharaoh Rameses El-Aton @PharaohSaidThat

Subscribe to my LIVE YouTube Channel: Pharaoh Said That Live https://www.youtube.com/channe....l/UCrlJyyRnALeeLougj

Follow me on Instagram: @PharaohSaidThat

Follow me on Twitter: @PharaohSaidThat

Send Pharaoh a green button up shirt: Size 16-161/2 ~ 34/35
Pharaoh El-Aton
P.O.Box 43530
Chicago, Illinois 60643

Instagram: @RealVeganIntel

Twitter: @RealVeganIntel

Facebook: https://www.facebook.com/VeganIntel

Facebook Group: https://www.facebook.com/groups/VeganIntel

YouTube: Vegan Intel https://www.youtube.com/channe....l/UC419pY0azA4QBGERo

RBGG: http://www.100Mill.com
Cash App: $100MillFund

Instagram: @BodySculptureChallenge

Twitter: @BodySChallenge

Facebook: https://www.facebook.com/BodySculptureChallenge

Facebook Group: https://www.facebook.com/group....s/bodysculpturechall

YouTube: Body Sculpture Challenge https://www.youtube.com/channe....l/UCwyirRA14OuKVCuCa

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