watermark logo

Honeygain Passive Income App

6 Views
Above All That Drama

Disclaimer: There is Nothing wrong with me, I am merely a product of my overly racist environment. https://antiblackactivitydatabase.org/
#EndQualifiedImmunity
I just want to make an enjoyable channel, I don't want to piss anyone off (Yusef). I am just 1 small cog on this gear called #TheNewBlackMedia

https://paraphernalia-palace.creator-spring.com/

Hobbies:
We Drone..whenever and wherever and Fuck the FAA!!! Y'all got the hobby fucked up and this is why I will not buy flying papers for ALL my birds.

#FBA #ADOS #NoTaxesForFBA #Reparations #IWantMy40Acres

https://www.ebay.com/str/paraphernaliapalace

https://anchor.fm/noantiblackracism

https://anchor.fm/anchor-is-antiblackracist

https://truutube.com/channel/1....368031412/Parapherna

Mine Bitcoin while you surf!!! The more active miners in your network — the higher your earnings!

https://cryptotabbrowser.com/en/19686969/
https://cryptotabbrowser.com/landing/57/19964756

Earn cash with Dough App. Friends who trade together - get paid together. Click my link to download the dough app and we'll both get a free share of stock! https://dough.com/referrals/?referral=8BHP53J2CA&referredby=Madison

Coinbase IS the spot Black People... Let's NOT let Mr. Charlie reap all the gains. https://www.coinbase.com/join/mealin_4

Honeygain: https://r.honeygain.me/THEHA2897A ?

Honeygain Lives Stream: https://youtu.be/Iu4euWy7U8U

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