], { 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 appearance on Crazy Train Radio, Kross talked about how pleased he was to meet Paul Heyman. The former WWE star mentioned that Heyman was always frank in his conversations, and the lack of directness meant that the star he was talking to was not talented one.

“Paul Heyman was somebody that I met and I’m very, very glad that I did get to meet him. I don’t have expectations on people when I’m meeting them. I think that’s unfair to them. But if I had expectations when I was meeting Paul, he definitely would have exceeded them. Like he’s a wonderful guy. He’s a straight shooter. He’ll tell you what’s up, and if he doesn’t tell you what’s up, he probably knows you’re no good.”

youtube-cover

Former WWE star Killer Kross explained how Paul Heyman helped him

According to Killer Kross, Paul Heyman posessed the rare ability to break down his explanations.

Speaking on the same interview, Kross stated:

“I credit a lot of things that he has said over the years about making connections with the audience and so forth to my ability when I was an independent wrestler before WWE to connect with an audience. Like he broke things down that I was seeing and watching. He was able to articulate them in a manner where I was able to organize those thoughts in my own mind and utilize them as a tool to be used to be a better performer, and then obviously once, you know, meeting the guy, everybody always says, never meet your heroes.”

As of now, Killer Kross is a major player in MLW. It remains to be seen if he will ever return to WWE down the line.


If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.