[ad_1]

After fulminating about the crisis of Marxist Feminist M&Ms and Big Government coming to take away your gas stoves because childhood asthma is a lifestyle choice, the Excitable Right has found a new culture war object of outrage that’s even stupider: Microsoft’s Xbox video game consoles. You see, Microsoft announced earlier this month that as part of an overall Microsoft goal to become a “carbon negative, water positive, and zero waste company by 2030,” it would be tweaking the default power settings on Xbox consoles so the things would consume less electricity when not in use.
Basically, it involves a software patch that will reduce power consumption by putting the consoles into “shutdown” mode instead of the now-standard “sleep” mode, and where the data is available, scheduling automatic software updates and game downloads at times when local grids are more likely to be running on renewable power. The company says that Shutdown mode can cut power use by as much as 20 times the energy used in Sleep mode, and notes that users can change the settings to whatever works for them. The only real difference users are likely to see is that certain older models, like the Xbox One, will take longer to boot up from Shutdown mode, although that’s not the case with the most recent Series S or X.
Instead of the 13 to 15 watts the boxes consume in Sleep mode, the Shutdown power setting only draws .5 watts. That adds up, as parents everywhere yell at kids who leave the lights on.
My god, the horror. On Tuesday’s “Fox & Friends,” anchor Ainsley Earhardt followed up a brief segment on the “pause” of those dangerous M&M mascots with the frightening news that Xbox is now pushing climate ideology on children, Mandrake, innocent children. We’ve cued the video to the bit where Earhardt and radio host Jimmy Failla pretend to be shocked at this corruption of the innocent:
Failla: It’s crazy what they’re doing, but we understand what this is. It’s not that it’s actually going to offset emissions. The level of reduction is infinitesimal. But they’re trying to recruit your kids into climate politics at an earlier age. Make them climate conscious now.
Earhardt: You’re right, they’re going after the children.
Failla: But again, what’s the point of video games? It’s for kids to be kids! Now you sit down and pick up a controller and they’re like “By the way, the world is on fire, AHHH!” You know what I mean? You just want to play the game!
Vice helpfully points out that the largest portion of gamers are adults aged 18 to 35 (36 percent), while only 24 percent are under 18, and that, no, there’s no onscreen messaging about climate at all.
But at least Ted Cruz was able to seize the stupid, tweeting that somehow an adjustment to power settings — which, again, users can change — means that the woke leftists, having already stolen your gas stoves and your coffee, are now “gunning for your Xbox.”
Not to be outdone, Rep. Troy Nehls (R-Texas) fretted that “they” are actually going to start confiscating game consoles, because that’s how “they” do:
They want to take your guns.
They want to take your gas stoves.
And now they want to take your Xbox.
What’s next?
Probably your peener. Isn’t that obvious? It’s unclear whether Fox News will now counsel parents to demand their kids leave the lights on when they leave the room, or to leave the door open in the summer so they can air condition the whole neighborhood.
Yr Wonkette is tempted to see if there’s a market for “anti-woke” gaming sets, which would consist of an Xbox plugged into a gasoline-powered generator, so that Fox-viewing Call of Duty fans can maximize their energy inefficiency. We would of course include a prominent warning label telling users not to run the generator indoors, so that buyers would have one more thing to rebel against.
[Fox News / Vice / Microsoft / Image generated by DreamStudio Lite AI]
Yr Wonkette is funded entirely by reader donations. If you can, please give $5 or $10 monthly to help us keep this little mommyblog woke. It takes a lot of coffee.
window.REBELMOUSE_ACTIVE_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_ACTIVE_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 {Boolean|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 { home[0].className = home[0].className.replace(new RegExp('(^|\\b)' + className.split(' ').join('|') + '(\\b|$)', 'gi'), ' '); } }
// 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_ACTIVE_TASKS_QUEUE.push(function(){
window.addEventListener("scroll", () => { if(this.scrollY > 50 ) { document.querySelector(".rebelbar.rebelbar--fixed.skin-simple").style.display = 'none' } else document.querySelector(".rebelbar.rebelbar--fixed.skin-simple").style.display = 'block' });
});
window.REBELMOUSE_ACTIVE_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 { if (el.matches(s)) return el; el = el.parentElement || el.parentNode; } while (el !== null && el.nodeType === 1); return null; };
//default value is 10 window.tierNumber = 3; window.ppCounter = 0; window.tiersPerForm = {}; window.valueToTiers = { "200": 1, "500": 2, "1000": 3, "1500": 4, "2000": 5, "2500": 6, "5000": 7, "10000": 8, "50000": 9, "100000": 10 }
window.formsHandling = function () { var formDonate = document.querySelectorAll('.donation-form:not(.processed)');
// parse PayPal buttons after lazy loaded script var formDonatePP = document.querySelectorAll('.donation-form.processed:not(.paypal-widget--processed)'); formDonatePP.forEach(function(form) { if (typeof paypal === "object") { paypalProcessing(form); } });
formDonate.forEach(function(formElement) { let formEl = formElement;
formEl.classList.add("processed");
formEl.addEventListener("submit", function(event) { event.preventDefault(); });
// hide PayPal for Monthly payments formEl.querySelectorAll('.plan-type__label input[name="plan_type"]').forEach((radioBtn) => { radioBtn.addEventListener("change", function(event) { var paymentVal = event.target.value; // no toggle because of the lazy loading paymentVal === "monthly" ? formEl.classList.add("is--monthly") : formEl.classList.remove("is--monthly"); }); });
// process for paypal widget if (typeof paypal === "object") { paypalProcessing(formEl); }
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; }
function paypalProcessing(formEl) { formEl.classList.add("paypal-widget--processed");
var paypalBtn = document.createElement('div'); paypalBtn.className="donate-button--paypal-widget paypal-subscription-button--js";
formEl.querySelector(".row--buttons button[data-payment=paypal]").after(paypalBtn)
formEl.querySelectorAll('.paypal-subscription-button--js').forEach(function (paypalButton) {
const uniqueId = `paypal-button-container-P-${window.ppCounter++}`;
paypalButton.id = uniqueId; window.tiersPerForm[uniqueId] = window.tierNumber;
formEl.querySelectorAll('.amount').forEach(function (elm) { elm.addEventListener('click', function() { window.tiersPerForm[uniqueId] = this.dataset.paypaltier ? this.dataset.paypaltier : window.valueToTiers[this.value]; }) });
paypal.Buttons({ style: { shape: 'rect', color: 'white', layout: 'horizontal', label: 'paypal', tagline: false }, createSubscription: function(data, actions) { return actions.subscription.create({ plan_id: 'P-63U94962M29427530MPAKE3Q', quantity: window.tiersPerForm[uniqueId], }); }, onApprove: function(data, actions) { actions.redirect("/st/Wonkettes_Hero"); } }).render(`#${uniqueId}`); });
} }
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_ACTIVE_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://www.paypal.com/sdk/js?client-id=AdxlwXLDXH-4EoDilUUd88aX0yVvVElF2rX6c_iKNTkihp97_qwx55fkgU2T-w7jZBW-AMu4yxi5e--k&vault=true&intent=subscription", function() {
window.formsHandling();
});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
window.disqus_config = function () { this.page.identifier = "2659316136", this.page.url = "https://www.wonkette.com/wingnuts-mad-at-xbox-because-saving-energy-is-woke"; }; var disqusCt = document.createElement('div'), disqus_config; disqusCt.id = 'disqus_thread'; (function () { var d = document, s = d.createElement('script'); s.src="https://wonkettecom.disqus.com/embed.js"; s.setAttribute('data-timestamp', +new Date()); (d.head || 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'; });
});
[ad_2]
Original Source Link






























































