”
], { 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);
});
});
})();
“We do need me. Sometimes you gotta let ‘em know. Sometimes you gotta point the torch. You gotta be the lighthouse. You gotta say, okay guys, what did you want? What did you want? Well, here’s the light. Here’s the rest. Here’s what it looks like without me. Do you like it? Do you like it? Is it exciting? Is it fun? No! It’s not! It needs more Becky Lynch, and then you come back and then everybody goes, I knew it. It was her all along,” said Lynch. (H/T: Fightful)
Lynch lost the Women’s Intercontinental Championship to Sol Ruca at Clash in Italy in May. Sol Ruca is scheduled to defend the title tonight on WWE RAW against The Judgment Day’s Raquel Rodriguez.
Seth Rollins hints at Becky Lynch’s WWE return
Seth Rollins recently teased Becky Lynch’s return to the company. Rollins will be challenging Roman Reigns for the World Heavyweight Championship at SummerSlam this weekend.
Speaking on The Rich Eisen Show, Rollins discussed the upcoming ladder match at SummerSlam to crown the interim WWE Women’s Champion. Rhea Ripley captured the title at WrestleMania 42 but is currently out with an injury. Rollins suggested that Lynch could take the final spot in the ladder match at the PLE. Jade Cargill, Tiffany Stratton, Chelsea Green, and Charlotte Flair have already qualified for the match.
“Well, you know, it seems like they’re SmackDown superstars [Five-way ladder match for the Interim WWE Women’s Championship]. My wife is a RAW superstar. [Brand] It doesn’t always matter. We’ll see what happens,” Rollins said.
It will be interesting to see when Becky Lynch finally returns to the ring.
`;
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-makes-bold-claim-amid-wwe-absence?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













