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

Now, former WWE Champion Jinder Mahal has revealed that a similar thing happened to him heading into WrestleMania 34. Mahal featured in a Fatal 4-Way match against Bobby Roode, Randy Orton, and Rusev for the United States championship at the showpiece event.

Speaking to TMZ’s Inside The Ring, Mahal said he wasn’t even supposed to be in the match and was a late addition.

“That match actually came to fruition very late. It was originally supposed to be Randy vs. Bobby Roode, one-on-one for the United States Championship. Somehow, I weaseled my way into that match. I believe it was Randy because he was dealing with some back or some knee issues, and just to kind of make it easier on him, they added me to the match. And Rusev had gone super over with the ‘Rusev Day,’ and it made a ton of sense to put him in the match,” he said.

Jinder Mahal mentioned that Rusev was the big favorite heading into the match due to his popularity, and nobody expected him to come out on top instead. He said he only found out that he was winning the US title on the day of the show.

“Rusev was the heavy, heavy favorite. I don’t think anybody expected me to win. I actually found out that I was going to win that day,” he added.

Jinder Mahal Reveals The Truth About Life After WWE | Inside The Ring

Jinder Mahal open to one last match in WWE

Jinder Mahal returned to WWE in 2016, two years after being released by the promotion. His second run proved to be more successful as he won the WWE and US championships.

But eight years later, he was released once again from the company. During the discussion on Inside The Ring, he said that he isn’t satisfied with how his time with the sports entertainment giant came to an end.

He said it happened suddenly after he wasn’t used on TV for weeks. Mahal said he would be open to a return to do a Loser Leaves Town match to close the book on his WWE career.


If you use quotes from this article, please credit TMZ’s Inside The Ring and give 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-39-year-old-star-s-wwe-championship-win-wrestlemania-last-minute-decision?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