”
], { 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);
});
});
})();
Nick Aldis then informed Lynch that she would be defending her title against Ruca at Clash in Italy this weekend, since she had lost via disqualification, which usually forces a title match. Lynch tried to reason with the SmackDown General Manager, but it was clear that he wasn’t listening.
Ahead of RAW, Lynch has sent a message out on social media, making it clear that she believes Carr and Ruca are in cahoots, and it should be investigated.
“Some GREAT humans and BECKY BELIEVERS have brought to my attention that it appears that SOL RUCA and CORRUPT CARR are in CAHOOTS!!!!! CLEARLY I WAS PULLING CARR OUT OF HARMS WAY! YET I WAS DISQUALIFIED????!!!!!!!!! VERY SUSPICIOUS! PEARCE, you MUST INVESTIGATE!!! The WWE UNIVERSE IS MAD!!!!!” she wrote.
Adam Pearce has a long night ahead on WWE RAW
Adam Pearce is in Columbus, Ohio, and Becky Lynch is also expected to be there tonight, but there are reports that Sol Ruca could be injured following Saturday Night’s Main Event.
The speculation began last night, but could be confirmed if she is on WWE RAW, since it’s unclear what an injury would mean for her match on Sunday night. There was no update on what kind of injury she had suffered, but it was hoped that she would still be able to be part of the match.
Ruca has had a rough start to life on RAW, with several losses to Liv Morgan and Iyo Sky; her only win is by disqualification, so she needs to leave an impression this weekend at Clash in Italy.
She has also been part of two major botches when using the Sol Snatcher. While it is one of WWE’s most innovative finishers, it’s clear that a lot can go wrong, and it has gone wrong several times, so many fans have already called for her to develop a new finisher.
It will be interesting to see Adam Pearce’s reaction to the recent updates she has sent his way and if he feels that there is any wrong doing on Ruca’s end.
`;
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-pushed-investigate-major-wwe-superstar-ahead-raw?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













