”
], { 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 had cited being stuck and wanted to explore other opportunities in wrestling. But now, he sees things differently. In an interview with TMZ Sports’ Inside The Ring, Cinta de Oro talked about the opportunities for Mexican and Latin wrestlers, saying that’s all he has ever wanted for the new generation.

He was then asked if he would be open to playing Sin Cara again if WWE called him for the role. Cinta de Oro said he is a lot more mature than before and pointed to his growing experience as a person.

“I mean, I think I’ve gotten more mature now. When you’re younger, you do a lot of decisions for your emotions. I get that as you get older, as your kids get older and you’re in time, you’re out of that big monster, you realize a lot of things. For me, I wouldn’t mind coming back,” he said.

There is certainly some unfinished business for the luchador, as he said he would love to give the character another shot.

“If they would ask me or we would talk, ‘Hey, you want to portray Sin Cara again?’ I would love to do that definitely again and give it another shot,” he added.

Sin Cara (Cinta De Oro) Gets Honest About His WWE Run | Inside The Ring

Cinta de Oro had a unique rivalry in WWE

Cinta de Oro was called up to the main roster by WWE in 2011 to take over the character of Sin Cara, initially portrayed by Luis Urive, aka Mistico.

Later, when the original Sin Cara returned, it led to a feud between the two masked wrestlers. De Oro then started competing in black attire to differentiate himself from the original Sin Cara and was known as Sin Cara Negro.

They faced each other at the Hell in a Cell event in 2011, which the original Sin Cara won. The feud continued with a Mask vs. Mask match on SmackDown, where Sin Cara Azul was victorious once again.


If you use quotes from this article, please credit TMZ Sports Inside The Ring and give an H/T to Sportskeeda Wrestling for the transcription.

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-49-year-old-star-open-wwe-return-7-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

Leave A Reply

Exit mobile version