”
], { 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);
});
});
})();
The Monster of All Monsters claimed that the ratings for WWE’s shows suggest that Triple H may not be a good booker after all. You can check out his message in the post below.
“Ratings say otherwise lol,” he wrote.
Strowman currently hosts the Everything on the Menu food show on the USA Network. The former Universal Champion’s last match with the promotion took place on the April 18, 2025, episode of WWE SmackDown. Strowman teamed up with LA Knight to defeat Jacob Fatu and Solo Sikoa in a tag team match.
Braun Strowman is open to returning to face major WWE star
Braun Strowman made it known that he would be open to returning to the promotion to battle Oba Femi.
Femi will be facing Jey Uso in the finals of the King of the Ring tournament at Night of Champions. The winner of the King of the Ring tournament earns a title shot at SummerSlam 2026.
Speaking on The Battleground Podcast, the former Universal Champion praised Femi and stated that he would return to face him if he got paid enough.
“Money’s right, I’m down to do about anything. I’ll try anything twice to make sure I don’t like it. But hey, yeah, that’s what I said. You want to back that Brinks truck up, dump some gold bullion on my porch? I’ll come whip that young kid’s a** real quick. It didn’t look like it took Brock too much to do it this last weekend,” he said.
Only time will tell if Braun Strowman ever gets the chance to return to the promotion down the line.
`;
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-released-wwe-star-mocks-cody-rhodes-defending-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













