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

“It felt like it turned into the business wrestling instead of the wrestling business. It just feels like WWE right now, for me, was a money grab… it didn’t feel right. I wanted to step away,’ he said.

The veteran added that he wasn’t enjoying the job anymore and didn’t feel like he was earning his paycheck.

“They were firing on all cylinders and making money and records… and I was complacent. I felt like I wasn’t earning, I was getting a check, but I felt like I wasn’t earning it, and I wasn’t having any fun either. It got to be so much work that it stopped being fun,” he added. (H/T: Wrestling News)

Dogg was inducted into the WWE Hall of Fame as a member of D-Generation X in 2019.

Former WWE writer comments on Road Dogg’s departure

Wrestling veteran Vince Russo recently shared his thoughts on Road Dogg’s decision to leave the company.

Speaking on The Coach and Bro Show, Russo suggested that the former champion realized that there were more important things in life than wrestling while he was in the company.

“I think, and I do not know this for a fact, I think Road Dogg saw Unreal and saw from the outside looking in how unhappy he was and how frustrated he was. I think he saw that, and I think he just asked himself the question, ‘What am I doing, man?’ The guy has had a long and illustrious career, he made a lot of money, he’s still employable if he ever wants to go back, but I think really the reality of life sunk in, and he’s basically saying, ‘Guys, I am not a lifer. There are things in my life that are more important.’”

Triple H asked Road Dogg about the future direction if Chelsea Green wins the Women’s United States Title again at SNME, and Road Dogg had no clue I understand. I don’t know. WWE Unreal #WWEUnreal

It will be interesting to see what the future holds for Road Dogg in the world of professional wrestling following his WWE exit.

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-money-grab-road-dogg-shares-real-reason-wwe-departure?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