Up next
No More Village - Mgtow
Zuberi87|24 Views
Alpha Male Lifestyle|134 Views
Memes Of The Week #243 - MGTOW
Sandman|71 Views
Normal Equals Boring Part 6 - Mgtow
Zuberi87|32 Views
▶ THE BEST CURE AGAINST LOW SELF ESTEEM !! (MGTOW-LAND) >> REGAIN CONTROL OF YOUR LIFE !!
Doggk|64 Views
Jason Mgtow - O Mal Filho a Casa Torna (Parte II)
CanalMGTOWBrasil|6 Views
Jason Mgtow - O Mal Filho a Casa Torna (Parte I)
CanalMGTOWBrasil|5 Views
Men Going Their Own Way Hate Women? - MGTOW
Sandman|130 Views
MGTOW Pow Wow
SoloMan Zone|24 Views
Avenger of Devaluation ---> MGTOW
4_ArchAngel|13 Views
Memes Of The Week #242 - MGTOW
Sandman|117 Views
Memes Of The Week #241 - MGTOW
Sandman|136 Views
What is, "Liberation Y" ? ---> MGTOW
4_ArchAngel|19 Views
Modern Women Are Out To End Mgtow But It's Hitting Them Where It Hurts | Women Hitting The Wall
Taylor The Fiend|98 Views
Memes Of The Week #239 - MGTOW
Sandman|158 Views
MGTOW Philosopher Sleeping In His Car O_o
The Realist Philosopher|30 Views
Memes Of The Week #238 - MGTOW
Sandman|137 Views
Memes Of The Week #237 - MGTOW
Sandman|183 Views
MGTOW Philosopher, OG Content Producer Nearly Dies
The Realist Philosopher|33 Views
Why Don't Women Ask Men Out? - MGTOW
Sandman|153 Views
17
130 Views
480p 360p 240p Audio
Sandman
subs count
3,168
Published on 21 Aug 2024 / In
Sponsor Link:
- Guide to Retiring on $200K in SE Asia
- http://www.mgtowbooks.com
- Promo code SANDMAN for 10% off
Rumble: https://rumble.com/c/c-2039428
Odysee.TV: https://odysee.com/@SandmanMGTOW:c
Bitchute Link: https://www.bitchute.com/channel/YIxeDBpkwsLT/
Sandman 2: https://www.youtube.com/@sandman2317
Twitter: https://twitter.com/SandmanMGTOW
SubscribeStar.com: https://www.subscribestar.com/sandman
Paypal / Email: Sandmanmgtow @ Gmail.com
Bitcoin Address: bc1qtkeru8ygglfq36eu544hxw6n9hsh22l7fkf8uv
Hey everybody welcome to another episode of memes of the week. You can support this channel through the Paypal and Subscribestar links below to keep me making this series. Any and all donations are helpful. Before I get on with the memes first a word from today's sponsor The MGTOW Book Collection Part 2:
Video Background Credits:
Particle Wave 4K Motion Background by "Videezy.com"
Show more
5 Comments
Log in to comment
To live chat and super chat you must login.
sauger10014 days ago
10:50. She also looks like she's 4"6'.
2 0
sauger10014 days ago
9:10. Yeah, looks like she had a "lip augmentation" as well.
2 0
sauger10014 days ago
2:20. Wonder if this is the same broad who left her post to breastfeed her kid? Either way, DEI hires are crap.
2 0
Calling All Stations5 days ago
Hawk tua girl isn't even very attractive. For her age she's "cute" at best. Cute used to be natures way of getting females that won't age well married off young. Unfortunately, getting older seems to be the only way for men to see bad aging genes in females. So many girls I thought were good looking when we were 20 look like their hogged out moms now...or worse.
2 0
GenerationLESS5 days ago
Which is why I always looked at the mother.
1 0
GenerationLESS5 days ago
1:25...It's what politicians do too...on both sides of the aisle.
2 0
Calling All Stations5 days ago
I've found through accident and research that a large amount of quotes (let's put that in "quotes") attributed to ww2 Germans have been taken greatly out of context. Goebbels did indeed say that the bigger the lie, the more likely people will believe it- as well as the one in this video. However, it was in a speech broadcast on the radio to the German people and he was referring to British anti-German broadcasts piped into Germany.
2 0
GenerationLESS5 days ago
@Calling All Stations: It's easy to get out of context when translating from one language to another.
1 0
Show more
Edit Comment
Super Chat Donation
The maximum you can super chat is . To super chat more, add more funds to your wallet. Donate $10 or more and get Freemium for a month!
{{ME name}}
'+text+'
'); // mabe PT is better for lives than ajax call below with return... var amount = $('#super_chat_donation').val(); // added by AMR for super chat donation if (!amount) { amount = 0; } $(button).attr('disabled', true); $("body").addClass("ajax-loading"); // added by AMR temp until new update? var is_live = document.getElementById("is_live").value; $.post('https://www.mgtow.tv/aj/add-comment', {video_id: video_id, text: text, amount: amount, is_live: is_live}, function(data, textStatus, xhr) { // amount and is_live added by AMR if (data.status == 200) { is_live_user_comm_id = data.comm_id if ($('.no-comments-found').length > 0) { $('.no-comments-found').remove(); } $('#comment-textarea').val(''); //if(is_live == ''){ // mod by AMR live chat might be to quick for double take $('#video-user-comments').prepend(data.comment); //} cancelComment('means nothing'); max_super_chat = data.wallet; super_chat_min_dono_availability(max_super_chat, min_sc_alert_amount); save_super_chat('reset'); if (data.freemium != '') { $('#GenMsgModal').modal('show'); $('#GenMsgTxt').html(data.freemium); } } else { // added by AMR $('#live_post_comments_'+video_id).find("[live_comment_id='']").remove(); $('#GenMsgModal').modal('show'); $('#GenMsgTxt').html(data.error); } $("body").removeClass("ajax-loading"); // added by AMR $('#replyto-container').hide(); // added by AMR $(button).attr('disabled', false); });}function cancelComment(button) { // added by AMR $('#comment-textarea').val('').css({"border-bottom":"1px solid #ccc", "height":"45px"}); $('#replyto-container').hide(); // added by AMR $('#comment_opts').slideUp('fast');}$("#comment-textarea").focusin(function() { // added by AMR $('#comment_opts').slideDown('fast'); $(this).css('border-bottom', '1px solid #888'); // removed from issue 145 by AMR});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://www.mgtow.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'}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned'}); } $.post('https://www.mgtow.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); } });}
Up next
No More Village - Mgtow
Zuberi87|24 Views
Alpha Male Lifestyle|134 Views
Memes Of The Week #243 - MGTOW
Sandman|71 Views
Normal Equals Boring Part 6 - Mgtow
Zuberi87|32 Views
▶ THE BEST CURE AGAINST LOW SELF ESTEEM !! (MGTOW-LAND) >> REGAIN CONTROL OF YOUR LIFE !!
Doggk|64 Views
Jason Mgtow - O Mal Filho a Casa Torna (Parte II)
CanalMGTOWBrasil|6 Views
Jason Mgtow - O Mal Filho a Casa Torna (Parte I)
CanalMGTOWBrasil|5 Views
Men Going Their Own Way Hate Women? - MGTOW
Sandman|130 Views
MGTOW Pow Wow
SoloMan Zone|24 Views
Avenger of Devaluation ---> MGTOW
4_ArchAngel|13 Views
Memes Of The Week #242 - MGTOW
Sandman|117 Views
Memes Of The Week #241 - MGTOW
Sandman|136 Views
What is, "Liberation Y" ? ---> MGTOW
4_ArchAngel|19 Views
Modern Women Are Out To End Mgtow But It's Hitting Them Where It Hurts | Women Hitting The Wall
Taylor The Fiend|98 Views
Memes Of The Week #239 - MGTOW
Sandman|158 Views
MGTOW Philosopher Sleeping In His Car O_o
The Realist Philosopher|30 Views
Memes Of The Week #238 - MGTOW
Sandman|137 Views
Memes Of The Week #237 - MGTOW
Sandman|183 Views
MGTOW Philosopher, OG Content Producer Nearly Dies
The Realist Philosopher|33 Views
Why Don't Women Ask Men Out? - MGTOW
Sandman|153 Views