”
], { 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);
});
});
})();
Speaking on TMZ’s Inside The Ring, CJ Perry, aka Lana, predicted that the Saudis might be able to persuade Brock Lesnar to return at next year’s Showcase of the Immortals. Perry suggested that 20-50 million might make The Beast Incarnate return for one more fight at WrestleMania 43, which takes place in Saudi Arabia. These are just predictions from Perry’s side, as nothing official has taken place.
“I predict that Brock Lesnar will be fighting in Saudi Arabia next year. I think a Saudi prince or king is going to demand to have Brock, and they’ll pay him 20-50 million, and he will show up. That’s my predicament, but we’ll see,” Perry said.
The likes of Shawn Michaels, Goldberg, and Kane have previously competed in Saudi Arabia, which is why there’s a chance CJ Perry’s prediction could come true in the coming year.
WWE’s original plan for Brock Lesnar and Oba Femi – Reports
Earlier this year, Oba Femi decided to go against Brock Lesnar and accepted his challenge for WrestleMania 42 when he planted Lesnar with a Fall from Grace. The Ruler feuded with The Beast Incarnate and shocked the world when he defeated the 10-time WWE World Champion clean at The Showcase of the Immortals in Nevada.
However, the company decided to make some changes to the feud. According to Dave Meltzer on the Wrestling Observer Radio, the company originally had a longer feud in mind for both heavyweights. Unfortunately, it was dropped weeks before the event, and the promotion wrapped up the story at WrestleMania 42. It’ll be interesting to see if Brock Lesnar ever returns for a final match.
If you use quotes from the article, please credit TMZ’s Inside The Ring and provide an H/T to Sportskeeda Wrestling for the transcription.
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-20-50-million-brock-lesnar-s-massive-return-wrestlemania-43-predicts-ex-wwe-star?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



