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

At NXT Heatwave, Myles Borne lost his NXT Tag Team Championships to the Vanity Project and later on in the night, lost the NXT North American Championship to Jackson Drake. All this frustration led to him attacking his tag team partner Tavion Heights. On this past week’s episode of NXT, Myles tried to reconcile with Tavion but ended up brutally assaulting him once again.

This ruse from the Baby Viper shocked a lot of fans and people are comparing Myles’ heel turn to Randy Orton’s incredible heel performances as well. The Official handle of NXT issued an official statement after Myles was heading backstage following his attack on Tavion. He called his former tag team partner “deadweight” when asked about his actions.

“Never thought we’d hear that from @mylesborne_wwe… 😳”

Fans are excited to see Myles Borne as a heel now in NXT.

Myles Borne reacted to getting compared with Randy Orton

Myles Borne is one of the most talented young stars in WWE today. He has been compared with Randy Orton a lot due to their similar physique, right hand tattoo, shaved head and other parts of his appearance. He talked about these comparisons during an interview with Denise Salcedo few months ago.

“He’s the greatest ever to do it, but yeah, it’s cool to have that comparison, and I want to make my own name,”… I want people to know me as Myles Borne. I also want to make sure that I do what I have to do to make my own path so that people remember me and could separate me and Randy and say, ‘Yeah, Randy is this, and my boy is this’,” he said.

It’s actually great that Myles Borne wants to make a name for himself instead of always getting compared to Randy Orton.

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-baby-randy-orton-causes-heartbreaking-betrayal-wwe-issues-statement?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