”
], { 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);
});
});
})();
In the climax of the NXT Tag Team Championship match, The Vanity Project’s Brad Baylor took out Tavion Heights. Baylor and Ricky Smokes then performed their tag team finisher on Myles Borne and pinned him to secure the title.
Later in the event, Myles Borne put the North American Championship on the line against Jackson Drake. Tavion Heights came out to ringside to support Borne in his title defense. In the end, Drake executed a high-flying maneuver on the “next Randy Orton” to emerge victorious. A frustrated Borne eventually attacked Heights, marking the end of their partnership.
Myles Borne recently took to social media to blame Tavion Heights for the unexpected betrayal at Heatwave.
“I’ve probably rewatched what I did to Tavion at least a hundred times in the last 48 hours. And it sucks because I don’t regret defending both titles on Sunday. I took a big swing, and I and I struck out, and there’s no excuses. I saw the way you looked at me the last month. I mean, and then we go and lose the tag titles, and you’ve been telling me for a while now, I don’t know what I’d do, Myles, if I lose the tag titles.”
Borne claimed that he assaulted Heights because he didn’t trust him following their NXT Tag Team Championship loss.
“I knew how much it meant to you, and I knew if I turned my back on you, you were going to suplex me into the fifth row. I mean, come on. I’m I’m deaf, I’m not blind. I could see it, and I I did not want to believe it. I didn’t want to believe you’d do that. So I reacted, and I I got you before you got me, Tavion. I mean, how many times have we seen this among friends in WWE? Yet, everyone always ask, you know, in this business, ‘Do you want to make money, or do you want to make friends?’ And I was naive enough to think that I could do both. This sucks, man.”
Myles Borne’s social media video was also aired on WWE NXT. It will be interesting to see what’s next for him in WWE’s black-and-silver brand.
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-the-next-randy-orton-reveals-why-he-turned-heel-wwe-2-days-ago?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



