], { 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 2005, WWE released him, but Maven eventually became a famous internet personality when he started his YouTube channel. In an appearance on Rewind Recap Relive, the 49-year-old veteran got candid about his time in the company.

The three-time Hardcore Champion said he was naive and was busy enjoying his life on the road rather than honing his skills. Moreover, Huffman added that he thought he was going to be a seven-year project in the company, and, based on how he evolved as a performer from 2001 to 2005, WWE was right to fire him.

“I was a little naive, to where I’ve even stated I wish I would’ve done more to protect my own career that I just didn’t do. I was a kid. I enjoyed what wrestling gave me more than what I gave wrestling. And I always thought I probably was a seven-year project, meaning that from the time Tough Enough ended, it would take seven years… I watched my match when I was the general manager with [Triple H] Hunter. They had every right to fire me. Stuff I know now instinctively, stuff that I know of 20 years of being in wrestling, I get that I didn’t get at the time three or four years in the business,” Huffman said.

Maven: Approaching 1 Million Subs, Randy Orton Stories, Batista, Umaga Friendship, Tough Enough Heat

WWE released Maven Huffman after he signed a new deal

In June 2005, Maven Huffman had his final match for the Stamford-based promotion, and WWE ultimately released him. On his YouTube channel, Huffman revisited his last match and revealed that the company offered him a new deal months before his release. At the time, the former Hardcore Champion had no idea why they released him, but Huffman later realized he hadn’t evolved as a performer.

If you use quotes from the article, please credit Rewind Recap Relive and provide an H/T to Sportskeeda Wrestling 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-i-little-naive-they-every-right-fire-me-ex-wwe-star-gets-candid?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