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

“The story was reaching a turning point where my character was about to explode into action… I had been building up frustration and holding back for so long, and I was finally at the stage where I thought, ‘Now I can unleash my true potential!’ So getting released right at that moment was a huge shock,” she said.

Sane also noted that the fan reaction to her departure caused her to think that she could not let her career end with her release.

“In WWE, I was never in a position to stand at the center of the storyline. But within the roles assigned to me, I always tried to make things entertaining and put my own creative spin on my character. Realizing that people had been watching so closely and supporting me made me so happy. It made me think, ‘I can’t let things end here,'” she added.

You can check out the full interview in the post below:

The veteran teamed up with Asuka in her final match with WWE on the April 20 episode of RAW in a losing effort to Rhea Ripley and IYO SKY.

Kairi Sane sends heartfelt message following WWE exit

Former WWE star Kairi Sane sent a heartfelt message to her fans following her departure from the promotion earlier this year.

The Pirate Princess took to social media to react to the speculation about her release. Kairi Sane stated that she has always given her all in everything she has ever done and wished her fans well.

“What I can say is I know there’s been a lot of speculation, but I truly love this work, my teammates, and my fans. I’ve never walked away, and I’ve given my all in everything I do. I hope you’re all doing well ❤️,” she wrote.

What I can say is I know there’s been a lot of speculation, but I truly love this work, my teammates, and my fans. I’ve never walked away, and I’ve given my all in everything I do. I hope you’re all doing well ❤️

It will be fascinating to see what the future holds for Kairi Sane in the world of professional wrestling.

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-former-wwe-champion-reveals-getting-released-huge-shock?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