”
], { 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);
});
});
})();
Today, the 32-year-old star apologized for her statement regarding Chile on Instagram. La Primera clarified further, saying that her remarks were based on her own experiences and that she did not want the nation or the country’s wrestling industry portrayed in a bad light.
“Today, I made a mistake when I said, ‘Wrestling doesn’t exist in Chile.’ It does exist, and we have excellent wrestlers and a great deal of talent. What I meant to say is that it didn’t exist when I emigrated from my country; at that time, professional wrestling wasn’t developed in Chile. It was a slip of the tongue on live television. I sincerely apologize and send a huge hug to all the Chilean wrestlers who, through hard work and dedication, have made wrestling in Chile a reality today. My respects and sincere apologies,” Vaquer wrote on Instagram. [Translated from Spanish to English]
Which WWE star will Stephanie Vaquer face at WrestleMania 42?
Last year, Stephanie Vaquer won the vacant Women’s World Championship in a match against IYO SKY at Wrestlepalooza. Later, she feuded with Nikki Bella and The Judgment Day’s Raquel Rodriguez for the title on Monday Night RAW.
Earlier this year, Liv Morgan won the Women’s Royal Rumble match, and the 31-year-old WWE star has teased going after the Women’s World Championship on the red brand.
Recently, La Primera cut a fiery promo on Morgan, which made her burst into tears. While Liv Morgan is yet to make her pick for WrestleMania, it seems highly likely that the two will compete for the title in Nevada.
`;
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-i-made-mistake-major-wwe-star-apologizes?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













