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

“Vince had mentioned a few times that like Johnny Nitro is not like a champion’s name or not like a good name. You [have] got to change it. Why do you think that, Vince? Is it because it reminds you of WCW Monday Night Nitro? ‘Yes,'” Johnny said.

Vince McMahon asked the AEW star to make a list of names he liked. A couple of hours later, Johnny TV gave the list to McMahon, and the John Morrison moniker was at the top. McMahon liked the name and instantly locked it.

“Vince walked up to me in catering, which is rare, [and] said, “Uh, you [have] got to change your name. You got to got to have a new name.” He put like a paper down on the table and a pen and just make [sic] a list. Make a list of names. And the first one that I’d written down was John Morrison, and, um, like a couple [of] hours later, I handed this list to Vince, and he just went like this and read the top. He’s like, “John Morrison, I like it. That’s it,” Johnny TV added.

John Morrison Is Bald Now! Crazy Moments, Being Called Underrated, Royal Rumble Save, Iconic Matches

Vince McMahon dropped the maiden names of several stars in WWE

WWE RAW Superstar Rusev was initially known as Alexander Rusev. However, Vince McMahon dropped his maiden name from his in-ring moniker. The Bulgarian Brute found much success as Rusev, feuding with top names like John Cena and The Undertaker. Claudio Castagnoli, who debuted as Antonio Cesaro in the promotion, also underwent a name change and had a memorable stint.

Over the years, many popular superstars underwent a name change, including Neville, Mustafa Ali, Matt Riddle, Tommaso Ciampa, and Austin Theory, among others.


If you use quotes from here, please credit Insight and give an H/T to Sportskeeda for the transcription.

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-reason-vince-mcmahon-forced-46-year-old-former-wwe-star-change-name?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