], { 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);
});
});
})();

During the January 26th edition of Monday Night RAW, Rey Mysterio ran it back with Austin Theory in an impromptu match. Adam Pearce set things right with The Vision, lifting Bron Breakker’s suspension and putting him in the 30-Man Royal Rumble Match.

He also offered Austin Theory a chance for redemption after he took a pinfall loss due to Rey Mysterio using Brass Knuckles last week.

The two men faced each other in a gruelling battle tonight, which was marred by outside interference from the members of The Vision. Penta and Dragon Lee tried to even the odds, but the numbers game caught up to them.

The match ended with Austin Theory delivering a stomp to Rey Mysterio to sneak out a victory. The once-banned move seemingly went wrong, as the Master of 619 was seen favoring his shoulder after the match.

During the post-match shenanigans, The Vision laid waste to Penta and Dragon Lee, sparing Rey Mysterio after the referee threw up the X sign, implying that the WWE Hall of Famer was seriously hurt.

A female doctor rushed to check on Rey Mysterio at ringside.

Cory Hayes of BodySlam later confirmed that the Mexican legend was legitimately injured and was helped to the back by medical personnel.


What’s next for Rey Mysterio in WWE?

There’s no word yet on the extent or nature of Rey Mysterio’s injury.

However, his status for the Royal Rumble in Saudi Arabia could be in serious jeopardy. The Master of 619 declared his entry into the 30-Man Battle Royal last week.

WWE has yet to release a statement on his immediate future, so fans should stay tuned for an official update.

Interestingly, Finn Balor could take Rey Mysterio’s spot if the Mexican star is unable to compete this weekend.

The Irishman was denied a spot in the Royal Rumble Match after Adam Pearce told him that the field was already full.


We at Sportskeeda Wrestling send our prayers to Rey Mysterio and hope for his speedy recovery!

Why did you not like this content?


`;
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-breaking-prayers-wwe-icon-rey-mysterio-referee-throws-x-sign-raw-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

Leave A Reply

Exit mobile version