”
], { 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);
});
});
})();
Becky Lynch, who was absent from the show, took to X (formerly Twitter) to react to AJ Lee’s comments. The 39-year-old noted that she didn’t have a big head. The newly crowned WWE Women’s Intercontinental Champion shared a cheeky response as she continued to mock her fellow RAW star.
“therapy works,” Lee wrote.
You can check out her tweet below:
Becky Lynch claims her rivalry with WWE Superstar AJ Lee is far from over
Ahead of the most recent edition of Monday Night RAW, Becky Lynch posted another of her weekly vlogs on X. The 5-minute video she shared covered her entire week leading up to the Elimination Chamber Premium Live Event and her eventual loss.
However, in the caption, Lynch noted that the rivalry was far from over and the fight had just begun, hinting at a potential rematch in the future.
“WHAT WAS MEANT TO BE A VLOG OF CELEBRATION IS NOW A VLOG OF DESPAIR!!! WHAT STARTED OUT AS A DREAM HONORING ME, IN CHICAGO FOR “BECKY LYNCH” DAY WAS TURNED INTO MY PERSONAL NIGHTMARE! I WILL NEVER EVER FORGET!!! THIS ISN’T OVER, THE FIGHT HAS JUST BEGUN!!!” Lynch wrote.
Interestingly, the 6-woman gauntlet match to determine the number one contender for AJ Lee’s WWE Women’s Intercontinental Championship set for next week does not feature Becky Lynch. It will be interesting to see if The Man can somehow find her way back into the title picture heading into 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-aj-lee-sends-two-word-message-mocking-becky-lynch-following-wwe-raw?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













