”
], { 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);
});
});
})();
Penta challenged for the title last year at WrestleMania 41 in a Fatal 4-Way match. Dominik Mysterio defeated Finn Balor, Penta, and Bron Breakker to capture the title at WrestleMania last year.
The former AEW star defeated Dominik Mysterio on the March 2 edition of WWE RAW to become the new Intercontinental Champion. Mysterio and The Judgment Day betrayed Finn Balor last week, and the faction is scheduled to appear later tonight on the red brand to explain their actions.
Major WWE star issues a challenge to Penta
Dominik Mysterio recently issued a major challenge to Intercontinental Champion Penta.
Speaking with Brad Gilmore on The Collection, Dirty Dom commented on losing the title to the veteran and revealed that he wanted it back. The Judgment Day star claimed that the champion was ugly and that he was willing to put his hair on the line for another title match.
“So first things first, I gotta retain my AAA Mega Campionato this Saturday at Rey de Reyes, which obviously is not a problem. But I think going into it, I want my IC Championship back. I don’t care what I have to do. I know Penta’s an ugly, ugly dude. So I’m willing to put my hair on the line against his mask and that IC Championship if he’s more than willing to. Hell, I’ll even put up my mustache, whatever it takes to get my IC Title back, because at the end of the day, I beat this dude probably seven or eight times already. He got lucky on this last one because of Finn Balor’s dumba**,” he stated.
It will be interesting to see who challenges the RAW star for the Intercontinental Championship at WWE WrestleMania 42 next month in Las Vegas.
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/rumor-major-wwe-wrestlemania-plans-penta-reports?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



