], { 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);
});
});
})();

Vince Russo clarified his statements and defended Triple H

Ex-WWE writer Vince Russo has openly stated that he considers Triple H’s “head of creative” role to be a thankless one. This is perhaps due to the fact that The Game is in charge of leading content that has to be churned out week after week with no real off periods, except for the occasional week or two when talent are given time off after an episode of SmackDown is pre-taped.

Despite telling Chris Jericho that Triple H is leading the worst creative period in WWE history, Russo clarified his comments on Twitter by saying that he knows The Game’s job is not an easy one. However, he felt that despite the criticism, it wasn’t unfair for him to say that WWE needs a pair of fresh eyes on the product.

This is far from a controversial opinion. If you were to ask a large chunk of WWE fans who have been disillusioned with the product since January 2025, they will say that Russo is right on the money here. Russo used to talk about all of this in detail on Sportskeeda’s YouTube channel until last year, where he expressed his disdain with the way the product is run.

His insights run deep. For example, he watched WWE Unreal Season One and said that it was absurd that the creative meeting was filled with men in suits. He claimed that he and Vince McMahon came up with some of the company’s most iconic Attitude Era storylines while the ex-WWE boss was in his pajamas in his house.

Russo views the problem as systematic and has been vocal in saying that unless and until the old-time names like Paul Heyman, Michael Hayes, Bruce Prichard, etc. leave, then things won’t change in the company.

Why did you not like this content?


`;
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-surprising-name-comes-triple-h-s-defense-despite?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

Leave A Reply

Exit mobile version