”
], { 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);
});
});
})();
Santos Escobar recently posted an update on X (Formerly Twitter) to point out that he had only two days left on his non-compete clause. The 42-year-old noted that he gave everything to WWE and had no regrets.
Escobar wrote that he was grateful for everything and would continue his journey as a professional wrestler. He further told Triple H and Nick Khan to keep an eye on him.
“2 dias: WWE. I gave everything and that’s what was taken, no regrets. Grateful for the people, the places and circumstances I was put in. I’ll keep growing my legend and my indentation in the industry. Watch me Paul and Nick. Lo di todo y eso es lo que se tomó de mi. Sin arrepentimientos. Agradecido por la gente, lugares y circunstancias en las que fui probado. Seguiré creciendo mi leyenda y mi impacto en la industria. Obsérvenme Paul y Nick,” Escobar wrote.
You can check out his tweet below:
Santos Escobar shed light on his injury before his WWE release
Santos Escobar wrestled his last match on March 16. He competed against El Grande Americano, La Parka, and The Original El Grande Americano in the Rey de Reyes 2026 final. Unfortunately, he worsened a pre-existing injury during the match and had to undergo surgery.
After the show, the Mexican star spoke with Andrea Bazarte in a backstage interview. Escobar revealed that he would be out for several months. He further issued a warning to Dr. Wagner.
“The reason I came to AAA, Wagner, is to show you what real Lucha Libre is. That you’re not on my level and that your mask is not the most beautiful in Mexican Lucha Libre. What you did today is unforgivable. The medical report says I’ll be out for months… Months. This is what I do, to provide for my family and my legacy, and you messed with it. When I come back, because you better believe I’m coming back, I’m no longer just coming back for that title. This time, I’m coming for what you value the most, the thing you say is the most beautiful in Mexican Lucha Libre. Be careful what you wish for,” Escobar said.
It remains to be seen what the future holds for Santos Escobar after he becomes a free agent.
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/news-watch-me-released-wwe-star-sends-message-to-triple-h-and-nick-khan?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



