”
], { 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);
});
});
})();
What followed was a dominating performance from Brock Lesnar. The Beast Incarnate eliminated Rollins, Riddle, and AJ Styles in quick succession. This meant the match came down to Theory and Lesnar.
Lesnar ended up winning the match and the Title after hitting a hapless Theory with an F-5 from the top of the Chamber pod. Speaking to Adrian Hernandez on UNLIKELY, Austin Theory recalled how he figured out he would escape through the chains at the top of the Chamber despite there being very little room to do so.
“I figured that out when I was shoot running for my life from Brock Lesnar. I was like, ‘Yeah, steel cage match. This isn’t it, but it might be now.’ Tried to climb out the top, and I remember looking down and I was like, ‘Cool. He’s like all the way over there. Sweet. I’m just going to reach up and grab one more piece,”‘ he said.
The current tag team champion mentioned that after Lesnar grabbed him, he realized it was a dangerous spot to be in.
“I looked down, and he’s just grabbing my leg. And I’m like, ‘Well, I’m effed. This is it.’ And I’m glad I didn’t die on that, because that was so dangerous. It was so dangerous,” he added.
Corey Graves said Brock Lesnar left him on crutches
Last year on SmackDown, Michael Cole was scheduled to have an interview with Brock Lesnar. However, The Conqueror chose to manhandle Cole instead, leading to his fellow commentator Corey Graves interfering.
However, Lesnar made Graves pay, delivering two brutal F-5s. Speaking to TheSportster, Graves talked about the spot.
He said for the first F-5, Lesnar launched him high and fast, but the second F-5 was more painful and “messed up” his hip. Graves said he couldn’t walk around the house for a couple of days and had to use crutches.
If you use quotes from this article, please credit UNLIKELY with Adrian Hernandez and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-i-m-glad-i-die-wwe-star-says-running-life-brock-lesnar?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













