”
], { 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);
});
});
})();
“The main focus is to give back to the next generation and just to provide them some information. Because this information, I really had to teach myself, and how I really started was I was sick of paying too much in taxes so I learned the tax code and what my legal loopholes are of reducing my tax liability. As well as my generation of wrestlers saw the previous generation of wrestlers really struggle with finances. You see GoFundMe accounts,” he said.
He also stated that it was important information for younger talent because most wrestling careers were short.
“Just teaching the young wrestlers – start investing, start investing young, and really just have a grasp on your finances because careers are very, very short,” he added. (H/T: WrestleTalk on X)
You can check out the full interview in the video below:
Mahal has also remained active on the independent wrestling scene following his departure from WWE.
Former WWE star Jinder Mahal shares the biggest regret of his career
Jinder Mahal recently shared the biggest regret he had regarding his wrestling career.
Speaking in a Q&A on Instagram, he suggested that he didn’t wrestle to his full potential while in the company. Jinder Mahal stated that he was always building a comeback for the babyface, but he should have changed things once in a while in the ring.
“I boxed myself in too much. My wrestling style, in my character, I didn’t like once in a while pull out something new. My goal was always to build a comeback for the babyface, more excitement for the babyface. And in doing so, I kind of hurt myself in a way,” he said.
Jinder Mahal defeated Randy Orton at Backlash 2017 to capture the WWE Championship. The 39-year-old also won the United States Championship once during his time in the company.
`;
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-jinder-mahal-shares-new-career-path-wwe?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













