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

Joseph Sawyer, fka Joe Gacy of the Wyatt Sicks is officially a World Champion

The former Wyatt Sicks superstar Joe Gacy was released along with all other members of the faction a little under four months ago. It wasn’t long after WrestleMania 42 that the entire group was gone from the company despite all the hype in bringing them back a couple of years prior.

On SmackDown, they had moved to the tag team division and even held it down for a while, with Dexter Lumis and Joe Gacy being the two men to hold the WWE Tag Team Championships. However, they have now all gone their separate ways after getting released.

For Joe Gacy, this might just have been a blessing in disguise. He joined GCW, or Game Changer Wrestling. This is the same promotion where Matt Cardona became the king of the indies, and he too was an ex-GCW World Champion.

GCW held their Homecoming event recently, and that’s where Joe Gacy, now known as Joseph Sawyer, defeated Atticus Cogar. Had Atticus Cogar been in WWE, he likely would have been a good fit for the Wyatt Sicks.

Cogar was heavily inspired by Bray Wyatt, and you can see that in his character as well as his Instagram post. Much of his character is horror movie-themed. Either way, we wish Joseph Sawyer our heartiest congratulations for becoming the GCW World Champion.

After the match, Sawyer fka Gacy admitted as much: after his release, he was lost and had no idea where he would go and what he would do. That’s why having promotions like GCW is great because they give wrestlers a new lease on life.

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-wyatt-sicks-star-suddenly-becomes-world-champion-4-months-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