”
], { 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);
});
});
})();
Trish Stratus took to social media today to respond to a fan who created a missing poster for Becky Lynch during her hiatus. Stratus shared a GIF of her wearing a missing T-shirt with Lynch’s face on it in the past and suggested that the fan create a shirt as well.
“Put it on a t-shirt. It worked for me,” she wrote.
Lynch captured the Women’s Intercontinental Championship from AJ Lee at WrestleMania 42. Lee has not appeared on WWE TV since her loss to Lynch at The Show of Shows. Sol Ruca defeated The Man at Clash in Italy to win the Women’s Intercontinental Championship and still holds the title on RAW.
Becky Lynch reacts to losing the Women’s IC Title at WWE Clash in Italy
RAW star Becky Lynch was not happy after she lost the Women’s Intercontinental Championship to Sol Ruca at Clash in Italy 2026.
The former champion took to social media following the loss and claimed that she was robbed at the PLE. She blamed referee Jessika Carr for the loss and also suggested she was injured during the match.
“Last night I was once again ROBBED of my title by CROOKED CARR!!! CLEARLY I had SO SAD SOL pinned for MORE than the count of three when Carr INEXPLICABLY DOVE out of the ring!!!! A TOTAL MESS!!! I soldiered on but suffered a severe hematoma (my lawyers are looking into ROTTEN RUCAs footwear. They suspect they’re not regulatory!) Doctors say they’re SHOCKED I was able to continue, but I told them YOU CANT HOLD DOWN THE MAN,” Lynch wrote.
Only time will tell when Becky Lynch will make her long-awaited return to WWE television.
`;
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-legend-taunts-becky-lynch-amid-hiatus?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













