”
], { 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, some fans in Canada got the once-in-a-lifetime opportunity to see Lesnar in a meet-and-greet setting. It turned out to be very wholesome, with Lesnar hugging fans, taking photos, signing autographs, and interacting with them ahead of his big match against Oba Femi at Clash in Italy 2026.
[POTENTIAL SPOILERS] Brock Lesnar is in a good position at Clash in Italy 2026
The following contains potentially huge spoilers for WWE Clash in Italy 2026, so if you wish to avoid these, please don’t proceed any further.
Brock Lesnar lost to Oba Femi in a whopping five-minute match at WrestleMania 42, which ended shockingly as The Ruler no-sold the F5 and completely destroyed The Beast Incarnate, immediately making him realize that he was done with wrestling for good. However, after sitting with the feeling for a month or so, he felt like he didn’t want it to end that way, thus the attack on Oba nearly two weeks ago on RAW.
Now, Lesnar is set to face Oba Femi in their second match at Clash in Italy 2026. So who is the favorite to win? Despite how things played out last time, a report on Fightful Select revealed that The Beast Incarnate is the favorite to edge out Oba Femi for a victory at Clash in Italy 2026. If this happens, it will put them at 1-1.
This will also set up a trilogy match. Whether that’s at Night of Champions in Saudi Arabia, or SummerSlam in Lesnar’s billed hometown of Minneapolis is hard to say. However, it’s going to be an epic trilogy if that happens.
Another major spoiler is that Roman Reigns and Rhea Ripley are also expected to win at Clash in Italy 2026.
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-breaking-rare-real-life-brock-lesnar-once-in-a-lifetime-moment-revealed-wwe-clash-italy-2026?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


