”
], { 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 debut was special, and that’s going to live forever. I think that’s going to live forever in people’s minds. It was such a perfect debut, I was the first one to crawl out. I remember that day in rehearsals. It’s the same pressure I put on myself: do not ruin this. Do not ruin this crawl. I was like thinking about everything: how I want to move my elbows and my arms and my hands. But you also can’t overthink. You also have to kind of let go and follow your instincts,” she said. (H/T: RomanEra0 on X)
Cross spent a decade in the promotion and captured the RAW Women’s Championship once during her time portraying the Nikki A.S.H. character. She is married to former WWE star Killian Dain in real life, and the two stars recently purchased Progress and Defy Wrestling.
Former Wyatt Sicks member hints at joining AEW following WWE exit
Joe Gacy was recently asked about his future in professional wrestling. Gacy was a member of The Wyatt Sicks and captured the WWE Tag Team Championships alongside Dexter Lumis during his time on the main roster.
Speaking on Wombreezy, Gacy was asked if he planned on going to AEW. The veteran stated that he didn’t want to wait for major companies to call him and wanted to start wrestling again right away.
“Well, I mean, I knew I wanted to get back out there as quick as I could. So, I didn’t really want to wait for anything as far as like any major companies. Like I didn’t want to wait to go to a major company. Ultimately I do want to make my way to another major company. Hopefully. I don’t really have my eyes set on any specific company. I’m pretty open to being anywhere,” he said. [H/T – Ringside News]
It will be interesting to see if any members of The Wyatt Sicks get the opportunity to return to WWE down the line.
`;
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-released-wwe-star-shares-details-behind-wyatt-sicks-debut?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













