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

Following this, The Beast made a rare interview appearance on The Pat McAfee Show and announced that he is officially retired. He thanked everybody and said that he was done in the squared circle.

While Brock Lesnar has made it clear he has no desire to step back into the ring, tag team legend Matt Hardy hasn’t ruled out his return. On The Extreme Life of Matt Hardy podcast, Hardy was asked whether The Beast Incarnate was done for real.

“The fact that he went on Pat McAfee and made a big deal out of it and said that specifically, it seemed like he was, especially the way he really went out of his way to put over Oba. At the end, he said, like, ‘I’m the past. This is the future.’ He busted his ass to give him the best match he possibly can. So, yeah, it seems like it’s pretty legit,” he said.

However, Hardy said he could come back, saying there is always money left on the table.

“But, I mean, who knows, man? Never say never in pro wrestling, where money does talk at the end of the day,” he added.

Memories of the Funkin' Dojo | The Extreme Life of Matt Hardy

Brock Lesnar could be inducted into the Hall of Fame next year

While it remains to be seen whether Brock Lesnar returns to the company as an in-ring performer, there is a high chance that fans may get to see him making an appearance for the promotion soon.

WrestleMania 43 is set to take place in Saudi Arabia next year, and according to WrestleVotes Radio, WWE could be planning to have Lesnar headline the Hall of Fame class of 2027.

Lesnar has had a decorated in-ring career in the promotion that saw him win the WWE World Championship 10 times. He is also a former Money in the Bank holder and has two Royal Rumble wins to his name.

Brock Lesnar also won the King of the Ring in his debut year in the company in 2002.


If you use quotes from this article, please credit The Extreme Life of Matt Hardy and give an H/T to Sportskeeda Wrestling for the transcription.

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-brock-lesnar-s-return-wwe-ruled?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