Roger Stone, who as a political strategist makes an excellent convicted felon, had some extra harsh phrases for Florida Governor Ron DeSantis. Stone believes DeSantis has no longer demonstrated enough fealty to the insurrectionist in leader, Donald Trump.
Stone used to be requested all through a radio interview Tuesday if the “Trump-DeSantis feud used to be actual or is that media hype?” The third-tier “Batman” TV collection villain spoke back:
I imagine in loyalty. Let’s be very transparent. Previous to Donald Trump’s endorsement [for governor], Ron DeSantis used to be a little-known congressman with an ill-fitting go well with, a foul haircut, and an undistinguished document.
It’s true: DeSantis’s fits don’t are compatible him really well. His hair is like an Eddie Haskell helmet, and his document each earlier than and after he become governor is crap. On the other hand, those are rarely spaces the place Donald Trump sticks out. That’s almost certainly what issues Stone and Trump. GOP number one citizens would possibly select the similar horrible however in a gross, new bundle.
REMEMBER?: DeSantis’s Quandary: Kiss Trump’s Ass, Or Govern?
Stone claimed that it used to be Trump’s “endorsement by myself that lifted DeSantis out of obscurity to the nomination” in 2018. The GOP status quo in Florida had subsidized Adam Putnam, however DeSantis catered to Trump’s ego. He even filmed a foolish marketing campaign advert the place he introduced himself as “pitbull Trump defender.”
In Stone’s model of fact, Trump stored DeSantis’s flagging marketing campaign and “dragged him around the end line” after Democrat Andrew Gillum passed him his ass of their two debates. Tragically, DeSantis did win after trailing Gillum constantly within the polls, however Florida polls are for shit. Trump used to be rarely a political lightning rod in 2018. He additionally couldn’t save you Republican losses within the 2017 Alabama Senate particular election or the 2019 Kentucky governor’s race.
STONE: So I imagine that Donald Trump made the political profession of Ron DeSantis, and subsequently DeSantis owes the previous president huge berth. He has quite a lot of time to run for president.
That sounds roughly determined, and right here comes the straight-up danger: “He has to run for re-election in 2022. He must acknowledge that if he does no longer have the enthusiastic and lively make stronger of Donald Trump, he will not be governor. He isn’t a lead pipe cinch for reelection. It’ll be very aggressive.”
The one different declared Republican nominee for Florida governor this 12 months is John Joseph Mercadante, who already misplaced to DeSantis in 2018. He recently has a whopping 38 Twitter fans, so it seems like his grassroots marketing campaign is caught within the dust. Republicans have all however cleared the sector for DeSantis, which is attention-grabbing taking into account that Politico reported closing 12 months that he’s roundly disliked. A former staffer claimed that “loyalty and consider, that’s not a forex he offers in.” In his protection, maximum companies will simplest settle for cash, no longer “loyalty and consider.”
We definitely hope that the true common election is aggressive and that DeSantis loses. Possibly Trump is petty sufficient to assist in making that occur if DeSantis doesn’t publicly desk his presidential ambitions.
Closing week, Stone hit DeSantis with the similar “dangerous haircut and ill-fitting go well with” jab, so that you understand it should come from Trump himself. He additionally hinted at one thing extra salacious in the back of DeSantis’s disappearance on the finish of closing 12 months: “I do know the place he used to be when he used to be lacking. Ask Emerald Robinson. #FuckRonDeSantis.”
Emerald Robinson (no relation) is the anti-vaxx conspiracy theorist who used to be thought to be too nutty to paintings for Newsmax. It’s lovely low to indicate that DeSantis would cheat on his spouse, who’s combating most cancers, and Stone must take a chilly, laborious take a look at the present (and previous!) GOP if he thinks being that may end up deadly to his marketing campaign.
Oh, smartly, so long as Trump and DeSantis are feuding, American democracy stands a possibility.
[Mediaite]
Apply Stephen Robinson on Twitter.
Do your Amazon buying groceries via this hyperlink, as a result of causes.
12 months Wonkette is one hundred pc ad-free and completely supported through reader donations. That is you! Please click on the clickie, if you’re in a position.
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '482172895483293'); fbq('track', 'PageView');
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
/*! getClosest.js | (c) 2017 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/getClosest */ /** * Get the closest parent element that matches a selector. * @param {Element} elem Starting element * @param {String} selector Selector to match against * @return Element Returns null if not match found */ var getClosest = function(elem, selector) {
// Element.matches() polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.matchesSelector || Element.prototype.mozMatchesSelector || Element.prototype.msMatchesSelector || Element.prototype.oMatchesSelector || Element.prototype.webkitMatchesSelector || function(s) { var matches = (this.document || this.ownerDocument).querySelectorAll(s), i = matches.length; while (--i >= 0 && matches.item(i) !== this) {} return i > -1; }; }
// Get closest match for (; elem && elem !== document; elem = elem.parentNode) { if (elem.matches(selector)) return elem; }
return null;
};
// Vanilla JS
var className="active";
// getting current URL and adding a class on the current menu item
var path = location.pathname.split("https://www.wonkette.com/")[1]; var link = document.querySelectorAll('.menubar a[href="https://www.wonkette.com/" + path + '"]'); if (link[0]) { if (link[0].classList) { link[0].classList.add(className); } else { link[0].className += ' ' + className; } }
// remove class from home-link var home = document.getElementsByClassName('home__item'); if (home[0]) { if (home[0].classList) { home[0].classList.remove(className); } else b)' + className.split(' ').join(' }
// search the closest parent and adding an active class on it too
var closestParent = getClosest(link[0], '.menubar_item-dropdown');
if (closestParent) { if (closestParent.classList) { closestParent.classList.add(className);
} else { closestParent.className += ' ' + className; } }
var socials = document.getElementsByClassName('social-links')[0]; var cloneSocials = socials.cloneNode(true);
var menu = document.getElementById("menubar"); var cloneMenu = menu.cloneNode(true);
var mobileMenu = document.getElementsByClassName('main-menu-wrapper')[0]; var beforeEl = document.getElementsByClassName('menu-global__search-form')[0];
mobileMenu.insertBefore(cloneSocials, beforeEl); mobileMenu.insertBefore(cloneMenu, beforeEl);
if (!document.body.classList.contains('logged-out-user')) { var existCondition = setInterval(function() { var userLink = document.querySelectorAll('.main-menu-item--my_page .link'); if (userLink.length) { clearInterval(existCondition); var membersLink = document.querySelectorAll('#membersLink'); var userUrl = userLink[0].href; Array.prototype.forEach.call(membersLink, function(el) { el.href = userUrl; });
if (document.querySelector('.main-menu-item--designer_editor')) { document.querySelector('.main-menu-wrapper').classList.add('user-admin'); } } }, 500); } else { var existCondition = setInterval(function() { var userLink = document.querySelector('.main-menu-item--login .link'); if (userLink) { clearInterval(existCondition); userLink.href="http://www.wonkette.com/core/users/email_login/"; } }, 500)
}
function copyValue(el) { var thisVal = el.options[el.selectedIndex].text; var closestForm = getClosest(el, 'form'); var paypalAmount = closestForm.nextSibling.querySelector('.paypal-amount'); paypalAmount.value = thisVal; }
document.addEventListener("scroll", createIdleScrollListener(() => { if (window.scrollY > 0) { document.body.classList.add('page-scrolled'); } else { document.body.classList.remove('page-scrolled'); } }));
function createIdleScrollListener(callback) { let ticking = false;
return function onScrollIdle() { if (ticking) { return; } ticking = true; requestAnimationFrame(() => { callback(); ticking = false; }); }; }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
(function () { var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); }
function loadScript() document.getElementsByTagName('body')[0]).appendChild(script); script.onload = ShopifyBuyInit;
function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: 'wonkette-bazaar.myshopify.com', storefrontAccessToken: 'ed4ae4c7827a0ad6e2f0877e72007d6a', });
ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent('collection', { id: 79186919536, node: document.getElementById('collection-component-0908d7149de'), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { "product": { "variantId": "all", "contents": { "imgWithCarousel": false, "variantTitle": false, "description": false, "buttonWithQuantity": false, "quantity": false }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "calc(25% - 20px)", "margin-left": "20px", "margin-bottom": "50px" } }, "button": { "background-color": "#c21f38", ":hover": { "background-color": "#af1c32" }, ":focus": { "background-color": "#af1c32" } } } }, "cart": { "contents": { "button": true }, "styles": { "button": { "background-color": "#c21f38", ":hover": { "background-color": "#af1c32" }, ":focus": { "background-color": "#af1c32" } }, "footer": { "background-color": "#ffffff" } } }, "modalProduct": { "contents": { "img": false, "imgWithCarousel": true, "variantTitle": false, "buttonWithQuantity": true, "button": false, "quantity": false }, "styles": { "product": { "@media (min-width: 601px)": { "max-width": "100%", "margin-left": "0px", "margin-bottom": "0px" } }, "button": { "background-color": "#c21f38", ":hover": { "background-color": "#af1c32" }, ":focus": { "background-color": "#af1c32" } } } }, "toggle": { "styles": { "toggle": { "background-color": "#c21f38", ":hover": { "background-color": "#af1c32" }, ":focus": { "background-color": "#af1c32" } } } }, "productSet": { "styles": { "products": { "@media (min-width: 601px)": { "margin-left": "-20px" } } } } } }); }); } })();
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://checkout.stripe.com/checkout.js", function() {
if (!Element.prototype.matches) Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
if (!Element.prototype.closest) Element.prototype.closest = function(s) { var el = this; if (!document.documentElement.contains(el)) return null; do while (el !== null && el.nodeType === 1); return null; };
function formsHandling() { var formDonate = document.querySelectorAll('.donation-form:not(.processed)');
formDonate.forEach(function(formEl) { var formEl = formEl;
formEl.classList.add("processed");
formEl.addEventListener("submit", function(event) { event.preventDefault(); });
var donationBtns = formEl.querySelectorAll('.donate-button');
donationBtns.forEach(function(el) { el.addEventListener("click", function(event) { event.preventDefault(); formProcessing(el) }); });
function formProcessing(el) { var btn = el; var payment = btn.getAttribute('data-payment'); var planType = formEl.querySelector('input[name="plan_type"]:checked').value; var checkedOption = formEl.querySelector('input[name="amount"]:checked'); var amount = checkedOption.value * 1; var amountOptional = checkedOption.getAttribute('data-amount'); var dataValue = checkedOption.getAttribute('data-value'); var action;
if ( formEl.contains(formEl.querySelector('.remove-me')) ) { formEl.querySelectorAll('.remove-me').forEach(function(el){ el.remove() }); }
if ( payment == "paypal" ) { formEl.action = "https://www.paypal.com/cgi-bin/webscr"; formEl.setAttribute('target', '_blank');
addHidden( 'currency_code', 'USD'); addHidden( 'cmd', ''); addHidden( 'return', "https://www.wonkette.com/st/Wonkettes_Hero"); addHidden( 'cancel_return', window.location.href);
if ( planType == "once" ) { checkedOption.value = dataValue; formEl.querySelector('input[name="cmd"]').value="_donations"; addHidden( 'business', 'rebecca@wonkette.com'); addHidden( 'item_name', 'Wonkette Donation'); addHidden( 'item_number', 'Just Once');
//add new params addHidden( 'a3', dataValue); addHidden( 'p3', 1); addHidden( 't3', 'D');
} else if ( planType == "monthly" ) { formEl.querySelector('input[name="cmd"]').value="_xclick-subscriptions"; addHidden( 'business', 'rebecca@wonkette.com'); addHidden( 'item_name', 'Wonkette Recurring Donation'); addHidden( 'item_number', 'wonkette_recurring');
//add new params addHidden( 'a3', dataValue); addHidden( 'p3', 1); addHidden( 't3', 'M'); addHidden( 'src', 1); addHidden( 'srt', 52); } formEl.submit(); } else if ( payment == "strip" ) { addHidden( 'entity_type', 1); addHidden( 'plan_type', 1); addHidden('entity_id', getSiteId() ); checkedOption.value = dataValue * 100;
if ( planType == "once" ) { formEl.action = "/core/payment/single_donation"; addHidden( 'plan_name', 'One Time Donation'); stripInit(amount, 'One Time Donation');
} else if ( planType == "monthly" ) { formEl.action = "/core/payment/recurring_donation"; addHidden( 'plan_name', 'Monthly Donation'); addHidden( 'plan', 'donation_' + amount); stripInit(amount, 'Monthly Donation'); }
}
} function addHidden(key, value) { // Create a hidden input element, and append it to the form: var input = document.createElement('input'); input.type="hidden"; input.name = key; input.value = value; input.className += 'remove-me'; formEl.appendChild(input); }
function stripInit(amount, description) { var token = function(res){ addHidden('stripeToken', res.id); addHidden('stripeEmail', res.email); formEl.submit(); };
if (amount) { StripeCheckout.open({ key: 'pk_live_7dJjNGbMgTkHfEasr9FsLcjF', // real //key: 'pk_test_zbMpaIyMyHJ7TLUEheC7q2iS', //test amount: amount, name: 'Wonkette', image: 'https://assets.rbl.ms/16950638/origin.png', description: description, panelLabel: 'Donate', token: token, locale: 'auto' }); } else { window.alert('Select donation amount first') } } });
function getSiteId() { var site_id = null; var inner = document.querySelector('html').innerHTML var str = inner.split('"site_id": '); if( str[1] != undefined ){ site_id = str[1].split(',')[0]; } return !isNaN(site_id) ? site_id : false; } }
formsHandling();
REBELMOUSE_STDLIB.createElementChangeListener(".show-more.js-expand:not(.processed)", (el) => { const keepReading = el; keepReading.classList.add("processed"); keepReading.addEventListener("click", function() { setTimeout(formsHandling, 500) }); });
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.disqus_config = function () { this.page.identifier = "2656481920", this.page.url = "https://www.wonkette.com/roger-stone-pretty-sure-ron-desantis-a-disloyal-creep-who-cheats-on-his-wife-allegedly"; };
var disqusCt = document.createElement('div'), disqus_config; disqusCt.id = 'disqus_thread';
(function() d.body).appendChild(s); )();
function loadCountScript(callback) { var s = document.createElement('script'); s.type="text/javascript"; s.async = true; s.id = 'dsq-count-scr'; s.src = "//wonkettecom.disqus.com/count.js"; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); s.onload = () => callback(s); document.head.append(s); }
loadCountScript(script => { /*Add comment Button to all articles*/ REBELMOUSE_STDLIB.createElementChangeListener(".share-panel:not(.js--has-comments)", (el) => { let sharesPanel = el; sharesPanel.classList.add('js--has-comments');
if(sharesPanel.closest('.article__shares')) { let postId = window.REBELMOUSE_BOOTSTRAP_DATA.post.id, postURL = location.protocol + '//' + location.host + location.pathname; addButton(postURL, postId, sharesPanel);
} else if( sharesPanel.closest('.widget') ) { let thisPost = sharesPanel.closest('.widget'), postId = thisPost.getAttribute('elid'), postURL = thisPost.querySelector('.widget__headline-text').getAttribute('href'); addButton(postURL, postId, sharesPanel); } }); });
function addButton(url, id, el) { var commentBtn = document.createElement('span'); //commentBtn.href = url; commentBtn.classList.add('js--toggleDisqus'); commentBtn.classList.add('disqus-comment-count'); commentBtn.setAttribute('data-disqus-url', url); commentBtn.setAttribute('data-postid', id); //commentBtn.setAttribute('data-disqus-identifier', id); commentBtn.innerText="0"; el.append(commentBtn); DISQUSWIDGETS.getCount({reset: true}); //console.log(url, id); }
REBELMOUSE_STDLIB.createElementChangeListener(".js--toggleDisqus:not(.js--callDisqus-processed), .show-more:not(.js--callDisqus-processed)", (el) => { console.log('run callDisqus()');
var timeOut=10; if(el.classList.contains("show-more")){ timeOut=1000; } el.classList.add('js--callDisqus-processed') el.addEventListener('click', function (){ setTimeout(function(){ let t = el, thisPost = t.closest('article') || t.closest('.js-section-loader-feature-container'), postId = t.getAttribute('data-postid'), postURL = t.getAttribute('data-disqus-url');
document.querySelector('#disqus_thread') && document.querySelector('#disqus_thread').remove();
if( t.closest('.article__shares') ) { let postWrap = document.querySelector('.mobile-post-wrapper'); postWrap.appendChild(disqusCt); } else { let afterEl = t.closest('.widget'); if(afterEl){afterEl.parentNode.insertBefore(disqusCt, afterEl.nextElementSibling);} }
console.log('DISQUS.reset', postId, postURL); DISQUS.reset({ reload: true, config: function () { this.page.identifier = postId; this.page.url = postURL; } });
if( t.classList.contains('js--toggleDisqus') ) { let disqus = document.getElementById("disqus_thread"); // disqus.scrollIntoView(); } },timeOut) }); });
// Hide hidden tip-jar, idk why window.REBELMOUSE_STDLIB.createElementChangeListener(".js-keep-reading:not(.js-processed)", (el) => { let keepReading = el; keepReading.classList.add('js-processed'); //keepReading.closest('.mb-2').nextElementSibling.style.display='none'; });
});
Source_link