”
], { 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);
});
});
})();
Despite Big Time Beck’s rejecting Ruca’s challenge, the company’s official Instagram account advertised the bout as a title match between the two stars for the Women’s Intercontinental Championship. While Becky Lynch denied that the upcoming bout is a title match, the company finally cleared the air hours before the premium live event.
According to the company’s official website, the match between Becky Lynch and Sol Ruca will be a non-title match. The description further hints that Ruca could earn a title match if she defeats The Man at the Allen County War Memorial Coliseum in Indiana.
A previous report also suggested that the match would not involve the title, and WWE finally confirmed it before the show. It’ll be interesting to see whether Sol Ruca is able to defeat Becky Lynch and earn a future title shot.
Sol Ruca has previously won a match at WWE Saturday Night’s Main Event
Last year, John Cena wanted to give a platform to the superstars of tomorrow, and The Franchise Player was able to do so on the final night of his career as a performer. Saturday Night’s Main Event in Washington, D.C., also featured superstars from the developmental brand against WWE’s main roster stars.
On the show, Sol Ruca defeated Bayley in a singles match. This marks Ruca’s only win on the main roster. Last month, Ruca competed on Monday Night RAW and lost to Liv Morgan. Later, she faced IYO SKY in a singles match and lost the bout.
The former NXT Women’s North American Champion is looking to prove herself and change her momentum on the main roster when she faces Becky Lynch at the Allen County War Memorial Coliseum in Indiana.
`;
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-official-major-change-wwe-saturday-night-s-main-event?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













