”
], { 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);
});
});
})();
Myles Borne vs. Kam Hendrix was a back-and-forth showdown. The NXT North American Champion used his athleticism to outclass Hendrix on many occasions. However, Hendrix bounced back with some huge power moves. In the end, Borne hit his finisher on Hendrix to successfully retain the gold.
Following the contest, Mason Rooke engaged in a brawl with Hendrix. The two have been at odds for weeks, and their rivalry reached its boiling point tonight. Amid the chaos, The Vanity Project went after Myles Borne and his ally, Taivon Heights. In the end, Borne and Heights managed to fend off the heel faction and stand tall.
Hendrix previously cost Mason Rooke a number-one contender’s match for the NXT Championship. The duo also had a heated backstage altercation, during which Maxxine Dupri’s husband accused Rooke of injuring him. Following their brawl on this week’s WWE NXT, they seem set to collide in a one-on-one match soon.
Myles Borne and Taivon Heights have also been working together for quite some time. The duo is seemingly gearing up to go after the NXT Tag Team Championship held by The Vanity Project. If Borne wins tag team gold alongside Heights, he could become a double champion in WWE.
Heights and Borne were previously part of a WWE faction called No Quarter Catch Crew. Hence, they share a storied history. The duo was recently involved in a feud with DarkState. However, they were unable to take down the villainous stable.
It will be interesting to see which side emerges victorious in the rivalry pitting Borne and Heights against The Vanity Project.
`;
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-maxxine-dupri-s-real-life-husband-gets-brawl-immediately-wwe-title-match?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













