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

He was last seen in action on the SmackDown after Night of Champions, where he unsuccessfully challenged Rey Fenix for the AAA World Cruiserweight Championship.

In his last appearance, he was shown being laid out by Keanu Carver in a backstage attack. The angle was done to write him off television and pull him from the match.

El Hijo Del Vikingo then took to his social media to share a photo of himself, in which he was seen sporting a knee brace and using crutches. He underwent knee surgery earlier this week, which will keep him on the sidelines for six to eight months.

During the latest episode of Lucha Libre AAA tonight, El Hijo Del Vikingo’s fellow El Ojo stablemates Omos and Dorian Roldan came out with the AAA Latin American Championship.

Dorian Roldan revealed that El Hijo Del Vikingo will be out of action for ‘many, many weeks.’ He held the AAA General Manager, Rey Mysterio, responsible for this situation by sending Vikingo to wrestle on WWE NXT and SmackDown.

He handed the belt to the Nigerian Giant, but the Master of 619 rained on their parade. The WWE Hall of Famer asked Omos to give the title back to him, or else he would be suspended.

An irate Omos shoved the belt at Rey Mysterio, following which he announced that the gold was officially vacated.

This abruptly ended El Hijo Del Vikingo’s reign at 42 days.


WWE icon Rey Mysterio has plans to crown the next AAA Latin American Championship

During the media scrum, WWE Hall of Famer Rey Mysterio confirmed that El Hijo Del Vikingo will face a lengthy spell on the sidelines.

As for the future of the AAA Latin American Championship, he said he would make an announcement next week to decide the fate of the title.

“Well, Vikingo will be out of action [for] a number of months. Unfortunately, that happens in wrestling. I’ve experienced it many times myself. But the good that does come out of this is it opens opportunity, and next week, I’ll have further details on what we have planned. I’m truly excited for it.”

Damian Priest has already staked his claim on the AAA Latin American Championship. Will he step up to the plate? Only time will tell.


Sportskeeda Wrestling wishes El Hijo Del Vikingo a 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/news-breaking-wwe-superstar-finally-stripped-of-major-championship-due-to-injury-amid-absence?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