], { 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 Head of Creative Triple H claims everything is up to Brock Lesnar

Oba Femi shocked the world at WrestleMania 42, as he made light work of the former WWE Champion. After the bout, Lesnar left his gloves and wrestling boots in the middle of the ring, indicating his retirement from professional wrestling.

However, The Beast made his return a month later to ambush The Ruler. He further got his revenge by defeating the former NXT Champion at WWE Clash in Italy. The two will finally settle the score at The Biggest Party of the Summer.

During a recent appearance on ESPN’s First Take, Triple H addressed what could be next for Lesnar after WWE SummerSlam. He pointed out that he had known Lesnar for over 20 years, and he was certain that the 49-year-old would do whatever he wanted. The Game stated that he believed that Lesnar retired at WrestleMania 42 but came back to get back at Oba Femi.

“20-plus years, I’ve known him personally for that 20-plus years. The one thing that I know more than anything else about Brock Lesnar is Brock Lesnar’s going to do whatever Brock Lesnar wants to do. So, when we get to Minnesota, when we get to this match — keep in mind, Brock, I believe in his mind, retired at WrestleMania. I believe that wasn’t enough for him. I believe he wanted to come back to prove Oba (Femi) wrong. He did that. He then wanted to go to Minnesota to SummerSlam, to his hometown. He wanted it inside Hell in a Cell. He has something here to prove,” Triple H said.

Triple H added that at SummerSlam, he would be watching Brock Lesnar like everyone else, wondering what the veteran would do next. Hunter said that he believed that the former UFC Heavyweight Champion still had the energy to keep going, but it was up to Lesnar what he wished to do after the highly anticipated match at the premium live event.

“But the one thing I know about Brock Lesnar is it’s whatever he wants. So win, lose, draw, when that cage goes up, when it’s all over, no matter what the outcome, I’m gonna be watching that monitor just like you’re watching the monitor, just like millions of people are going to be watching at home, wondering what the hell Brock Lesnar’s gonna do next. It’s really in his court as to what he wants to do. Like I said, for Brock, there’s always gas left in the tank, I believe. He is one of those generational athletes. It’s just a matter of is this the right time for him? He’s come up against something like he hasn’t come up against in a long time, maybe since The Undertaker, in Oba Femi. You know, it all comes down to what does he see next for Brock? And the great ones know when to call it a day. Brock will know, but he’ll tell us in real-time, live, in Minnesota at SummerSlam. Or say never. If there’s a desire to see it, if the fans want to see it, if there’s a way to get it done, WWE will get it done. That’s what we do,” he added. [H/T: X/@Fightful]

You can check out the entire conversation in the video below:

Triple H talks WWE SummerSlam ➡️ Oba Femi 🆚 Brock Lesnar & CM Punk-Cody Rhodes rivalry | First Take

The Beast in Carnate is 2-0 when it comes to Hell in a Cell, having defeated WWE Hall of Famer The Undertaker twice. It will be interesting to see how Oba Femi challenges him in his very first match inside the steel structure.

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-finally-addresses-brock-lesnar-s-potential-retirement-at-wwe-summerslam?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