”
], { 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);
});
});
})();
“One more thing…really suspicious how AMO didn’t win best packaging yesterday at World of Coffee. Looks like AJ Lee filled the pockets of “Big Coffee” to ensure we didn’t win. Just add that to the long list of receipts she will be getting in less than a week at WrestleMania,” she wrote.
Seth Rollins and Becky Lynch recently launched the AMO coffee brand together. Rollins will be squaring off against Gunther at WrestleMania 42 next weekend in Las Vegas.
Popular WWE star wants to be added to Becky Lynch versus AJ Lee at WrestleMania
Maxxine Dupri recently pitched the idea of herself being added to Becky Lynch and AJ Lee’s Women’s Intercontinental Championship match at WrestleMania 42.
Dupri had a brief reign as Women’s Intercontinental Champion and suggested she be added to the title match at The Show of Shows. In an interview with Brad Gilmore, the RAW star noted that she would love to share the ring with Lee and has unfinished business with Lynch.
“To share the ring with AJ Lee would be unbelievable. She’s been such a wonderful mentor to me since returning to our locker room. It’s been so special. And you know, I’ve got a few hits I’d like to lay on Becky. You know, I’ve got some pent-up aggression that I would like to unleash,” she said.
AJ Lee returned to the company last year and teamed up with her husband, CM Punk, to defeat Becky Lynch and Seth Rollins in a mixed tag team match at WWE WrestlePalooza 2025. Lee defeated Lynch at Elimination Chamber 2026 to capture the Women’s Intercontinental Championship. It will be interesting to see if Lynch can win the title back at WWE WrestleMania 42 next weekend.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-accuses-aj-lee-corruption-ahead-wwe-title-match-wrestlemania?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


