], { 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);
});
});
})();

Ruca accidentally hit the referee with the move, and the contest ended with the 26-year-old being adjudicated as the winner via disqualification. After the match ended, Lynch blindsided Ruca and hit her with the championship belt, followed by three Manhandle Slams. However, RAW General Manager Adam Pearce later announced that Becky Lynch would defend her gold against Sol Ruca at Clash in Italy.

Earlier today, Jessica Carr took to Instagram to reveal that she was hurting from last night’s incident. The 34-year-old further noted that she was thankful that Sol Ruca was getting a shot at Becky Lynch’s WWE Women’s Intercontinental Championship at Clash in Italy. She further took a dig at The Man.

“Hurting today. But thankful Sol gets another shot and this time for the title in Italy. Karma always wins,” Carr wrote.

You can check out her Instagram post below:

Becky Lynch had previously levelled serious allegations against WWE official Jessika Carr

Becky Lynch and Jessika Carr have been involved in an intriguing storyline for some time now. The current WWE Women’s Intercontinental Champion has lost several matches officiated by the female referee. Lynch has often blamed Carr for her defeats.

In some of her X (formerly Twitter) posts, The Man even claimed that Jessika Carr did not have a referee’s license. In one of her tweets, she also accused Carr of being the most corrupt individual in the history of the company.

“That’s something someone who has NO REFEREE’S LICENSE and is the MOST CORRUPT individual in WWE history would say!” Lynch wrote.

Many fans have been expecting a match between Becky Lynch and Jessika Carr ever since tension started growing between the two. It will be interesting to see if and when the popular referee steps inside the ring to take on one of the most popular female stars on the roster.

Why did you not like this content?


`;
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-wwe-official-breaks-silence-following-major-controversy-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

Leave A Reply

Exit mobile version