”
], { 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);
});
});
})();
Following the show, Corbin has quoted the great Razor Ramon, making it clear that “bad times down last but bad guys do.”
Corbin suffered an injury to the side of his face in the first move of the night when Lil Yachty threw the mic at him and cut his ear. Despite this, he still continued but came up short in both matches.
Baron Corbin has been in this position in WWE before
Baron Corbin has been through several personas in WWE, and one of the biggest was Sad Corbin, who came after he was down on his luck and was unable to pick up any wins, titles, or money.
At the time, he was homeless, and many fans felt sorry for him; the character became popular throughout 2021, before he went to Las Vegas, won some money, and became Happy Corbin.
While the quote that Corbin shared is well-known to be said by Scott Hall, it is also something that Corbin knows all about. He has been through the bad times, and they were well documented on-screen as well. Many fans will be hoping that this could be a tease that this side of his character could still be in there, and he could transition into it if he’s not able to win back his title.
Corbin only returned to WWE earlier this year, and he has already had a United States Championship run, which was entertaining even if it wasn’t a lengthy one. He was also the man chosen for Lil Yachty’s first-ever wrestling match, which shows that he is someone trustworthy to the higher-ups in the company.
It will be interesting to see what is next for Corbin on this week’s episode of SmackDown.
`;
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-bad-times-last-former-wwe-champion-sends-message-following-unfortunate-title-loss?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













