”
], { 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);
});
});
})();
Now, former UFC Interim Welterweight Champion Colby Covington could be next. The veteran fighter spent 10 years with UFC and is currently competing in the Real American Freestyle promotion.
He holds a winning 3-0 record in RAF and is preparing for his next fight against Arman Tsarukyan on July 18. Ahead of the event, he sat down for an interview with Brian Mazique.
He talked about his upcoming fight and said he sees himself ending his competitive run in RAF.
“RAF is definitely somewhere I see myself ending my competitive career at. Whether I entertain other fight offers and go back to the UFC and get some big fights, those are still possibilities. You never know what the future holds and what tomorrow holds,” he said.
Covington then spilled beans on talks with WWE’s chief content officer, Triple H, about a possible move to the pro wrestling company.
“I’ve had some calls with Triple H and the WWE, so that’s a potential possibility in the future as well. But I’m all in on RAF; I invested my hard-earned money that I earned fighting into RAF to get a little small equity percentage, and I care about the future,” he added.
Covington mentioned that the most challenging aspect of transitioning to WWE would be the “vigorous schedule,” saying it is something very challenging.
Triple H hypes WWE Unreal with focus on John Cena
The third season of WWE Unreal is set to drop on Netflix on July 21. The season will give fans a closer look at John Cena’s final months as an active wrestler.
Netflix shared a teaser video of the show on X, and The Game reshared the post and noted that the third season of the show will focus on the end of Cena’s in-ring career last year and how WWE bid farewell to its GOAT.
Cena retired from WWE following his final match in December at Saturday Night’s Main Event, where he lost to Gunther.
If you use quotes from this article, please credit Brian Mazique on YouTube and give an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-ufc-champion-reveals-talks-triple-h-wwe-move?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



