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

Following her exit from the company, Nikki Cross took to social media to share a heartfelt tribute. The former champion noted that she loved playing the Abby character in The Wyatt Sicks and thanked the fans as well.

“Wyatts. Abby. It was the honour of a lifetime. Forever I will hold onto you. Our raggedy torn dirty white bloodstained dress and the cracked mask that showed off the scars but never broken. Fireflies. I love you beyond measure. Thank you for lighting the way ✨ Being with you all in Las Vegas last week was fate,” she wrote.

Cross also honored Bray Wyatt and Brodie Lee in her message.

“To my family, the boys: the Wyatt Sicks. To Bo. To Dexter. To Rowan. To Gacy. ❤️To Bray. To Brodie Lee. 🕊️ I’m struggling to find the right words to talk about our journey. In time I will, so please allow me to share photos which capture the words I don’t have currently. Please know that I love you all,” she added.

The rest of The Wyatt Sicks faction was also released by WWE earlier this week.

Nikki Cross sends a heartwarming message to a major WWE star

Nikki Cross sent a heartwarming message to her former tag team partner, Alexa Bliss, following her departure from WWE.

Bliss shared a heartfelt message about Cross and noted that she loved her. The veteran responded to Bliss’ message and stated that she cherished their friendship.

“I love you Lexi 🙂 thank you for everything. I cherish our friendship , and I’m so proud of the memories we built and moments we shared. Seeing you and Hendrix together and getting to hang out with you guys has been such a wonderful gift. Keep Rollin Rollin Rollin. Bliss Cross Forever,” she wrote.

@AlexaBliss_WWE I love you Lexi 🙂 thank you for everything. I cherish our friendship , and I’m so proud of the memories we built and moments we shared. Seeing you and Hendrix together and getting to hang out with you guys has been such a wonderful gift. Keep Rollin Rollin Rollin 😝 🎵 🎼

It will be fascinating to see what the future holds for Nikki Cross 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-nikki-cross-shares-heartfelt-tribute-following-wwe-release?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