”
], { 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);
});
});
})();
Moments ago, RAW General Manager Adam Pearce took to Instagram to share multiple pictures of his on-screen interactions with Lesnar. He thanked the latter in the caption, further suggesting that the legendary star has retired from professional wrestling.
“Thank you,” Pearce wrote.
You can check out the Instagram post below:
A large section of the WWE Universe is still not convinced that Lesnar has hung up his wrestling boots. Many fans believe that his actions were in kayfabe and he would return to WWE programming later in the year.
However, on the RAW following WrestleMania, an emotional Paul Heyman cut an intense promo addressing the situation regarding his client. The WWE Hall of Famer noted that Lesnar was still in the “now” part of the opening video package and needed to be moved to the “forever” part instead.
A former WWE Superstar believes Brock Lesnar will return
Speaking on TMZ’s Inside the Ring, former WWE Superstar Lana (aka CJ Perry) made a massive claim about Brock Lesnar’s potential return to the squared circle.
The 41-year-old predicted that The Beast would wrestle at WrestleMania 43, scheduled to take place in Saudi Arabia. She opined that Lesnar would be offered somewhere between twenty and fifty million dollars to show up on The Grandest Stage of Them All, and he would accept the deal.
“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.
Only time will tell whether Brock Lesnar appears on WWE programming in the future or if we have seen the last of him.
`;
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-adam-pearce-sends-heartfelt-message-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













