”
], { 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);
});
});
})();
In a post on Instagram, longtime referee Chad Patton wrote a message about witnessing Lesnar’s sudden retirement. Patton was the official in charge of the Lesnar vs. Oba Femi match, making the final pinfall count of Lesnar’s career.
“As having so many Brock Lesnar matches over the course of my career, I have come to learn that you just never know what the Beast is going to do! I knew it would be intense between these 2 Bulls but didn’t see it ending the way that it did, especially with Brock retiring! Congratulations Brock on one heck of a run and enjoy your retirement,” Patton wrote.
Brock Lesnar was a two-time All-American at the University of Minnesota before signing a contract with WWE in 2000. Lesnar spent time at OVW before making his main roster debut in 2002. He was fast-tracked into superstardom, winning the WWE Championship after just 126 days on the main roster.
After leaving WWE in 2004, Lesnar embarked on a journey in the NFL and UFC before returning to pro wrestling in 2012.
Backstage update on Brock Lesnar’s retirement
According to Dave Meltzer of the Wrestling Observer, the belief behind-the-scenes in WWE is that Brock Lesnar isn’t officially retired. It is despite WWE airing a video package on his career and selling merch about his retirement at WrestleMania 42.
Meltzer added that Lesnar’s feud with Oba Femi was supposed to last longer past WrestleMania 42 before it was scrapped. Lesnar is reportedly expected to retire later this year, with SummerSlam as the rumored event.
But due to Lesnar’s attitude of doing whatever he wants, it won’t be surprising if his retirement was legitimate and on the spot.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-retirement-shock-27-year-wwe-veteran-official-in-charge-oba-femi-match-pens-farewell?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


