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

Recently, a former Stamford-based promotion star proved himself and won his BKFC debut in style, showing that even professional wrestlers can be real fighters. The ex-star in question is Rezar (aka Gzim Selmani), who was part of WWE’s tag team, Authors of Pain.

Selmani won his Bare Knuckle fighting debut, defeating high-profile heavyweight Dan Curtin via second-round TKO at BKFC Newcastle. In his post-fight interview, he let the combat world know that he has arrived.

“I’m here to knock motherf**kers out anywhere in the motherf**king world. Come get it, motherf**kers, I’m done with everybody. Give it. Get it. f**k this place, too. What? Give it. Give it to me. I’m the motherf**king Albanian psycho. I’m the motherf**ker who came from WWE to this place. I have fought my a*s off, and I’m here. Thank you to David Feldman. Thank you to Conor McGregor. I’m here to stay,” he said.


When did Rezar leave WWE?

The 31-year-old star, along with his tag team partner Akam, was known as the Authors of Pain (AOP) during their time with the sports entertainment juggernaut. They were a dominant force in the tag division and held the NXT Tag Team Championship once and the RAW Tag Team Championship once.

The powerhouse duo was initially released by the sports entertainment juggernaut in 2020 during budget cuts. The dominating team returned to the big leagues in 2023 and was placed in Karrion Kross’ stable, The Final Testament, which was disbanded in 2025 with the second release of the AOP.

That being said, it will be interesting to see how far the former WWE star goes in the BKFC and whether his bare-knuckle fighting career takes off next.

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-superstar-wins-bkfc-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

Leave A Reply

Exit mobile version