”
], { 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);
});
});
})();
Matt Riddle has previously admitted that he understood why he was released from WWE.
Matt Riddle opens up about his WWE release
Following his release from the Stamford-based promotion, Matt Riddle sat down for an interview with WWE Hall of Famer Kurt Angle on the Kurt Angle show. During the interview, the Original Bro revealed that he had some issues with HR in the past couple of months prior to his release. He also mentioned that now, all he could do was learn from his mistakes.
“You know, I ruffled some feathers with HR in the last couple months I was there. I asked a couple questions, this, that, plus other things. So I think there’s multiple reasons why they got rid of me, but it is what it is. One door shuts and another one opens and you just learn from your mistakes and stuff,” said Matt Riddle. [H/T TJRWrestling]
Riddle also shared that there were a lot of things that he could have done differently during his tenure in the Stamford-based promotion.
“There’s a lot of things that I probably would have done a little differently. I probably wouldn’t have talked a lot of sh*t that I talked. I’ll be honest, working on the road, traveling that much, and then bad decisions, and that’s just what happens. That’s life. You have bad people around, unfortunately, when you’re on the road, sometimes it’s out of control. So that’s it, but I have no regrets. You only live once and you learn from your mistakes,” he said. [H/T TJRWrestling]
After leaving WWE, Riddle has held multiple world titles. He is a former NJPW World Television Champion and was also the former MLW World Champion.
`;
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-former-wwe-champion-spotted-wrestling-street-35-months-release?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













