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

The champion responded by throwing a wild punch, but Sol Ruca ducked, and she blasted Adam Pearce in the face. Becky Lynch took to social media today to suggest that it was an accident and that she would never strike her “good friend” Pearce on purpose.

“Someone made this video. NOT FUNNY!!!! But CLEARLY you can see (because it’s repeated multiple times) that I was REACHING for the contract. I would never EVER intentionally put hands on my good friend, the best GM in #WWERaw history,@ScrapDaddyAP!” she wrote.

Ruca connected with a Sol Snatcher on Lynch after she struck the RAW General Manager. Becky Lynch won the Women’s Intercontinental Championship by defeating AJ Lee last month at WrestleMania 42 in Las Vegas, Nevada. Pearce responded to the champion’s claim that it was an accident today on social media as well.

Becky Lynch taunts Sol Ruca following WWE RAW

Women’s Intercontinental Champion Becky Lynch taunted Sol Ruca following their confrontation on WWE RAW.

In a backstage video, the 39-year-old referred to her rival as “Soul Puka” and once again claimed she did not intentionally strike Adam Pearce. The veteran also suggested that she had a ton of respect for the RAW General Manager.

“Did you say her name is Soul Puka? Who’s that Soul Puka? Well, she makes me want to puke, okay? Attacking me out of nowhere, but doing nothing. Absolutely nothing. I went out there to have a very civil conversation with my good friend, Adam Pearce, who, by the way, I would never harm in any way ever. No, I’ve never said a bad word against Adam Pearce. I respect him immeasurably,” she said.

In regard to the events of this evenings #WWERaw …

It will be interesting to see what WWE has planned for the rivalry in the weeks ahead on RAW.

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-becky-lynch-shares-explanation-striking-adam-pearce-wwe-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

Leave A Reply

Exit mobile version