She-Hulk star urges fans to cancel Disney+, Hulu, and ESPN – – Gamereactor

GamereactornewsShe-Hulk star urges fans to cancel Disney+, Hulu, and ESPNJimmy Kimmel’s joke about the murder of Charlie Kirk has spiraled into one of Hollywood’s hottest controversies.2025-09-19 19:00Marcus Persson

0

Copied!

Copied!

Comment now!

Subscribe to our newsletter here!
* Required field

E-mail *

Name *

HQ

initPlayerScript(‘753873’);

It came as little surprise that Jimmy Kimmel’s live joke about the killing of Charlie Kirk caused an uproar. What did shock many, however, was how quickly ABC reacted: the network abruptly suspended the show, a decision that has drawn sharp criticism across Hollywood and beyond.One of the loudest voices is Tatiana Maslany, best known for playing the emerald-skinned superhero She-Hulk. On Instagram she urged her followers to cancel their Disney subscriptions—including Disney+, Hulu, and ESPN—in protest. She’s far from alone. Michael Keaton publicly called on CBS and NBC to “have a backbone and stand up for their employees,” while Lost creator Damon Lindelof vowed not to work with Disney again until Kimmel is reinstated.The debate now rages over whether ABC’s decision was a responsible move or an overreach that undermines free speech.

New Feature: Embed Instagram, Twitter and Youtube posts as URL in comments
You must be logged in to comment. If you are not yet a member – join now!if (typeof initCKEditor !== “undefined”) { initCKEditor(); }

if (document.getElementById(“api-lazyjs”) !== null) {
var newrecaptcha = document.createElement(“script”);
newrecaptcha.async = false;
newrecaptcha.defer = true; // Important to gain speed
newrecaptcha.src = “https://www.google.com/recaptcha/api.js”;
document.head.appendChild(newrecaptcha);
}

More »

Happy 40th birthday Mario!on the 16th of September 2025 at 13:00
The world’s best ninja games: Part 2on the 14th of September 2025 at 14:00
Pergola vs. Crafting the Cosmos vs. Exploding Kittens: Which Box Fits Your Night?on the 9th of September 2025 at 06:52
Commodore Amiga: a visual compendiumon the 9th of September 2025 at 04:15

Loading next content

EUROPE’S LARGEST VIDEO GAME MAGAZINE

Other formats

iPhone App PS4
Android App

Staff

Staff presentation
Contact us
International staff
Advertise on GR
Published

Legal

Terms of use
About cookies

Miscellaneous

Report a bug

Xbox App
PS4 App
iPhone App
Android App
Smart TV
AppleTV App

Copyright 1998-2025 – Published by Gamez Publishing A/S, Toftebæksvej 6, 2800 Kongens Lyngby, Denmark.

// Facebook SDK
window.fbAsyncInit = function() {
FB.init({
appId : ‘167667266639535’,
status : true,
cookie : true,
autoLogAppEvents : true,
xfbml : true,
oauth : true,
version : ‘v10.0’
});

FB.Event.subscribe(‘edge.create’, function(targetUrl) {
_gaq.push([‘_trackSocial’, ‘Facebook’, ‘Like’, targetUrl]);
});

FB.Event.subscribe(‘edge.remove’, function(targetUrl) {
_gaq.push([‘_trackSocial’, ‘Facebook’, ‘Unlike’, targetUrl]);
});

FB.Event.subscribe(‘message.send’, function(targetUrl) {
_gaq.push([‘_trackSocial’, ‘Facebook’, ‘Send’, targetUrl]);
});
};

function FastRegister(tournament=false){
ajaxAgreementsPopUp();
if (typeof isSmartphoneLayout != ‘undefined’ && isSmartphoneLayout)
window.location=’/join’;
else {
$.ajax({
type: “POST”,
url: “/ajaxstuff/fastRegister.php”,
data: {session: {“TOKEN”:”56e48d306028f2a6c2ebf677f7e8f800″,”screated”:1758415938,”updated”:1758415938,”topScroller”:1},tournament:tournament}
})
.done(function (code) {
$(‘#re_loginbox’).replaceWith(code);
// console.log(code);
$(‘.loginWrapper’).show();
})
.fail(function(jqXHR, msg) {
console.log(“request fail”);
$(selectorForLoginMessage).text(msg).show();
});
}
return false;
}

function FastRegisterResponse(){
$.ajax({
type: “POST”,
url: “/ajaxstuff/fastRegister.php”
})
.done(function (code) {
$(‘#re_loginbox’).replaceWith(code);
// console.log(code);
$(‘.loginWrapper’).show();
})
.fail(function(jqXHR, msg) {
console.log(“request fail”);
$(selectorForLoginMessage).text(msg).show();
});
return false;
}

function parseJwt (token) {
var base64Url = token.split(‘.’)[1];
var base64 = base64Url.replace(/-/g, ‘+’).replace(/_/g, ‘/’);
var jsonPayload = decodeURIComponent(window.atob(base64).split(”).map(function(c) {
return ‘%’ + (’00’ + c.charCodeAt(0).toString(16)).slice(-2);
}).join(”));

return JSON.parse(jsonPayload);
}

function googleLogIn(response) {

if(response) {
const responsePayload