”
], { 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);
});
});
})();
The Master of the 619 was a late addition to the match after being out of action due to a rib injury earlier this year. The ladder match at WrestleMania 42 will present him with a chance to win the IC championship for a third time in his WWE career.
During an appearance on ESPN SportsCenter, Rey talked about the big match and said he is looking forward to the action on Sunday.
“I’m ready for Sunday. I’ve been ready for about two weeks now, and I can’t wait. I’ve got butterflies in my stomach right now. Once they told me I was in a ladder match, I got excited, then I thought about it, like, ‘Wait a minute, this is a ladder match,'” he said.
The veteran mentioned he is the most experienced competitor in the match and said he still plans on pulling off a couple of tricks in order to win his third WWE Intercontinental title.
“I’ve been doing this for over four decades now, so you know, I think, out of all the competitors in my match, I think I have the most experience. So, I’m going to pull a couple of tricks up my sleeve to make sure I get that win,” he added.
Rey Mysterio failed to take down Rusev on WWE RAW
This week on RAW, Je’Von Evans and Dragon Lee teamed up to take on Rusev and JD McDonagh in a tag team match. Lee pinned McDonagh to win the match for his team, but it was all Rusev after the contest was over.
The Bulgarian Brute laid out both Lee and Evans before Rey Mysterio made his way to the ring. The former World Champion got the upper hand and went for a 619 but was taken down by a clothesline by Rusev.
This led to Penta coming down, but even he failed to get the better of Rusev as he stood tall on the go-home episode of WWE RAW.
If you use quotes from this article, please credit ESPN SportsCenter and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-wwe-star-couple-tricks-planned-wrestlemania-42-match?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













