”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
WWE Hall of Famer Kevin Nash wants TKO to leave the company alone
Kevin Nash has criticized TKO’s involvement in the Stamford-based promotion’s creative. Speaking on his Kliq THIS podcast, the WWE Hall of Famer blasted the TKO executives for interfering with the creative decisions despite not being directly involved in the wrestling business.
“Like every other f*cking business on earth, the f*cking guys above that don’t have a f*cking clue, besides get paid more and higher up on the f*cking food chain, decide to start sticking their dicks where they don’t need to. We’re gonna f*cking throw this guy in, let’s put this guy in, how about him in the main event? What do we throw this guy in? Why would we throw that guy in? Because we got a f*cking $500 billion deal that this guy’s f*cking walked into. While we’re at it, let’s make the f*cking arena look like a NASCAR.”
Nash defended Triple H and argued that TKO should stay out of the global juggernaut’s creative.
“But it doesn’t take anything away from Paul Levesque because Paul Levesque still knows what the f*ck he’s doing. So if anybody out maybe thinks that this might be applying to them, how about leaving the f*cking company alone? Get your f*cking noses out of creative, go f*ck yourselves, let Paul run the f*cking company. You guys want to cut the talent. Don’t f*cking throw it in Paul’s lap. Don’t make him be the bad guy. Don’t tell me, ‘Give me six years of creative process and give it to me by Wednesday. If I don’t see a certain guy’s name on there, I’m gonna cut it by 50%. How about just go f*ck yourself? How about you grow a set of f*cking balls and you walk in and you tell them that because the UFC’s f*cking bleeding through every tourniquet that they have, we’re gonna cut people off of the f*cking WWE to stop the bleeding from the other company you bought. Because the UFC’s hemorrhaging f*cking money and f*cking WWE isn’t. How about we just tell the truth?”
Fans have also expressed their frustrations over incoherent storylines due to TKO’s meddling.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-how-leaving-f-king-company-alone-wwe-hall-famer-blasts-tko-defends-triple-h?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here




