”
], { 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);
});
});
})();
“Just want to take a moment to reflect on life and say thank you!!! None of this happens without each and every one of you watching at home!!!!!” wrote Strowman.
Adam Pearce responded to Strowman’s video today with a heartfelt message and noted that he missed the former champion. You can check out Pearce’s message to Strowman in the image below.
“Miss ya, big brother,” he wrote.
Strowman has not been in action since teaming up with LA Knight to defeat Jacob Fatu and Solo Sikoa on the April 18, 2025, episode of WWE SmackDown. The 42-year-old captured the Universal and Intercontinental Championships during his time in the company.
Adam Pearce announces major WWE title match
Adam Pearce announced a massive title match for tomorrow night’s edition of WWE RAW.
The RAW General Manager shared a video today on social media, previewing this week’s episode of the red brand. Pearce announced that Penta would be putting the Intercontinental Championship on the line against Hall of Famer Rey Mysterio during tomorrow night’s show. He also shared that Sol Ruca will be putting the Women’s Intercontinental Championship on the line against Lyra Valkyria.
“Monday Night RAW comes to you live tomorrow night from one of the iconic cities of the world, Paris, France… Both Intercontinental Titles will be on the line tomorrow night as Sol Ruca defends her championship against Lyra Valkyria. And Penta goes one-on-one with the legend, the Hall of Famer, Rey Mysterio,” Pearce announced.
It will be interesting to see if WWE has any surprises planned for tomorrow night’s episode of RAW.
`;
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-miss-ya-big-brother-adam-pearce-gets-emotional-former-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













