”
], { 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);
});
});
})();
Recently, Becky Lynch uploaded a clip on social media that gives the fans an insight into how her new entrance theme came to be. Interestingly, Rollins and Lynch are close friends with the band The Wonder Years’ lead singer, Dan.
Rollins and Dan had become friends before Becky Lynch ever knew the band. Dan recalled that Seth Rollins was excited to tell him about Lynch when the duo started seeing each other.
“One time, he was going to be at Philly, and he sent me a text, and it was like, ‘Dude, there’s a girl. I’m really into her. I’ll tell you about it tomorrow.’ We get coffee, and we sit down, and I’m like, ‘Alright, so who is it?’ and he absolutely lights up, and he’s like, ‘It’s Becky.’ I can’t believe it. It’s like mind-blowing at that point because you know, she was on top of the world, right? She was just the biggest star in the company at that point”, recalled Dan (The Wonder Years’ lead singer)
In 2019, when they started dating, Becky Lynch was in a feud with Ronda Rousey and Charlotte Flair. She defeated both of them at WrestleMania 35 and became a double champion with both the RAW and SmackDown Women’s Championships, earning herself the name “Becky Two Belts”.
Seth Rollins’ first match since his return to WWE has been set for Backlash
The Visionary had to take time off WWE after suffering an injury at Crown Jewel against Cody Rhodes. He was removed from The Vision after Bron Breakker and Bronson Reed brutally assaulted him.
Since that assault, fans knew WWE would begin building Rollins vs. Breakker. The build-up started from Royal Rumble when a masked man attacked Breakker. Much later, Seth Rollins was revealed to be the masked man. This match could have taken place at WrestleMania, but Bron Breakker suffered an injury and couldn’t make it to the premium live event.
After much back and forth, both Seth Rollins and Bron Breakker are back on WWE RAW. They have been taking multiple shots at each other, both verbal and physical. Finally, WWE confirmed that Breakker vs. Rollins has been added to the Backlash match card.
`;
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-dude-girl-seth-rollins-control-introducing-long-time-friend-becky-lynch?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













