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

However, Brock Lesnar made his shocking return on RAW recently to attack Oba. It set up another rematch between them for Clash in Italy where the Beast picked up the win. The score of the feud was now equal and fans were expecting WWE to book a third match between the two stars. It was expected that Lesnar will interfere in Oba’s match at Night of Champions and cost him the King of the Ring tournament. This would’ve led up to a third match between them at SummerSlam in Brock’s hometown of Minnesota.

A lot of rumours were also going around on the internet hinting towards Brock’s involvement in the King of the Ring finals match. However, none of that came true as Oba won the match without any shenanigans. Fightful has reported that Brock Lesnar wasn’t even in Saudi Arabia for the show which explains his absence from the event.

Fans are curious to see what’s next for the Beast Incarnate ahead of SummerSlam.

Brock Lesnar told Paul Heyman that he loves him at WWE WrestleMania 42

Everyone thought that Brock had retired at WrestleMania 42 after losing to Oba Femi. Paul Heyman’s reaction made Lesnar’s untimely retirement even more believable. After the match, Lesnar was visibly emotional in the ring and embraced his long-time manager Heyman. In a recent interview with Chris Van Vliet on his INSIGHT podcast, Heyman revealed that Lesnar told him that he loves him.

“I thanked him for everything. He thanked me for everything. I told him that I love him. He told me that he loves me. Then I asked him if he finds it funny that the two of us are standing in the middle of the ring, in the middle of the stadium, in the middle of WrestleMania, being broadcast all over ESPN, telling each other that we love each other,” he said.

Paul Heyman On Brock Lesnar, Roman Reigns, ECW, Failed "Paul Heyman Guys", Triple H

It’s heartwarming to hear about someone like Brock Lesnar getting emotional at a stage like WrestleMania.

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-status-update-brock-lesnar-during-wwe-night-of-champions-report?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