”
], { 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);
});
});
})();
On the women’s side, AJ Lee met her next challenger after successfully defending her Women’s Intercontinental Championship against Bayley last week. Becky Lynch rained on AJ Lee’s parade, taking her out in the aftermath.
During the March 23rd episode of Monday Night RAW, The Man addressed her actions against the Black Widow.
AJ Lee heard enough and came out to throw down a challenge to Becky Lynch for the Women’s Intercontinental Championship at WrestleMania 42.
It wasn’t long before Triple H made the match official by dropping the official poster on his X/Twitter handle. The Game mentioned that this will mark the Geek Goddess’ return to the Show of Shows for the first time in over a decade.
“For the first time in over 10 years, AJ Lee will compete at #WrestleMania. @TheAJMendez vs. @BeckyLynchWWE for the Women’s Intercontinental Championship is official. @espn in US | @netflix internationally.”
You can check out his tweet below:
AJ Lee last competed on the Grandest Stage of Them All in 2015, teaming with Paige to beat the Bella Twins in a tag team contest.
Will Becky Lynch dethrone AJ Lee for the WWE Women’s Intercontinental Championship at WrestleMania 42?
Becky Lynch has yet to score a pinfall victory over AJ Lee.
The two women have been at each other’s throats since late last year. AJ Lee has made the Man tap out to her Black Widow submission three times – Wrestlepalooza, Survivor Series: WarGames, and Elimination Chamber.
The Irishwoman has since been looking for revenge. The Man has promised to send the Geek Goddess packing when it’s all said and done.
With the feud set to culminate at WrestleMania 42, it will be interesting to see if Becky Lynch will remove one blemish from her WWE career.
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-triple-h-officially-announces-return-4-time-wwe-champion-wrestlemania-after-10-years?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


