”
], { 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);
});
});
})();
Despite the husband-wife duo’s busy schedule on the Road to WrestleMania, Lynch and Rollins have launched a new project outside of wrestling. They recently revealed that they are launching a new coffee brand called AMO.
“What’s up, guys? The other day, we dropped a little teaser online saying we are going to announce something new and something big, and here it is. We are launching our very own coffee brand called AMO. For the past seven years, we’ve been traveling the world together, trying different coffees in different countries and different continents, different cities all over the world. And we’ve fallen in love with coffee, and AMO is our way of bringing that love to you,” Rollins said.
Now, Big Time Becks has taken to her X/Twitter to further hype up the launch. She also talked about her upcoming match against AJ Lee, vowing that she will reclaim the WWE Women’s Intercontinental Championship at WrestleMania 42.
“I got MY WrestleMania match! I’m going to get MY title back! The GREATEST coffee on Earth will be available soon (AMO). IT’S BEEN A GREAT WEEK!!!!!” she wrote.
Check out her post below:
WWE star Becky Lynch sent a message moments after her match with AJ Lee was confirmed
After her WWE WrestleMania 42 match against AJ Lee was confirmed, Becky Lynch took to X/Twitter to upload a clip of her promo. The Man vowed to defeat the former Divas Champion, claiming that ‘Mania was her “domain.”
“I’ll take my title back on WrestleMania. My domain, not hers. She’s competed twice, twice at WrestleMania. Me? This is going to be my 10th one, 10th one, best one,” she said.
It remains to be seen who will come out on top between AJ Lee and Becky Lynch at WWE WrestleMania 42.
`;
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-sends-message-seth-rollins-major-personal-announcement?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













