”
], { 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);
});
});
})();
Speaking in a recent interview on In the weeds, Dijak noted that he was not signed after his first tryout with the promotion early on in his career. He also explained that this led to him being able to hone his skills in a significantly lower-stakes environment.
“It certainly was unique for me, and I had my first WWE tryout in 2013, which was maybe seven or eight months after I started training. So it was incredibly early in my career. If I had been signed right then, there’s no doubt in my mind that I’d be a completely different professional wrestler, right? Because when you go there, they’re a little more reserved, right? I almost don’t want to put it on the trainers, because if I had decided in the Performance Center, I guess at that time it would have been FCW and then it would have turned into the Performance Center. If I had decided that I wanted to do all sorts of cool high-flying stuff, like they might have discouraged it or whatever, but ultimately if you want to do it, you’re going to do it.”
The former WWE star explained how he experimented on the Independent circuit
According to Dijak, it was much less stressful to fail on the independent circuit than in the Stamford-based promotion.
Adding to his previous comments, Dijak noted that he had much more freedom in the indies.
“If you try and fail under the WWE umbrella, your job’s on the line. I didn’t have a job to be on the line. So I was, I was failing left and right, and it was like, whatever, I don’t care. You know, what are you not going to give me my hot dog? Like, I don’t- it doesn’t matter, you know?”
Dijak is currently signed to MLW, and has been the World Tag Team Champion once there.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-ex-wwe-star-explains-first-failed-tryout-shaped-pro-wrestling-career?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




