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

Many believed that Lesnar would make his return as part of WrestleMania 43 in Saudi Arabia, but this message from The Game shows that even WWE is now aware that Lesnar is done.

Triple H has thanked his former rival

Brock Lesnar and Triple H stood toe-to-toe several times, much like Oba Femi and Lesnar in recent months, but they were able to brush that aside at SummerSlam when Lesnar put over Oba Femi as the future of the business before The Ruler then paid tribute to The Beast as one of the best ever to do it.

Triple H has also shared a message to say “Thank you, Brock Lesnar,” which shows that he is also ready to address the contributions that he has given to WWE over the years.

It’s a stark contrast to the way Lesnar was treated following his SummerSlam 2023 exit, when his name was seemingly banned within the company after being identified in the Janel Grant lawsuit. The Lawsuit has since been dismissed, and Lesnar has been able to make his return and walk away on his own terms.

It’s been an interesting few months with Oba Femi and Lesnar, and despite seemingly walking away at WrestleMania 42, Lesnar returned for two more matches against The Ruler before ensuring that the business was in good hands.

Lesnar has three athletic children to support and a number of businesses to run, so it’s likely that he won’t be bored without his regular wrestling outings, but the business will defintely miss the star power that came with The Beast Incarnate.

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-triple-h-confirms-former-world-champion-s-retirement-shares-thanks?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