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

Yet, things could have been very different. During an interview on INSIGHT with Chris Van Vliet, Paul Heyman revealed how he became Lesnar’s advocate in WWE. He said the original plans called for him to manage late WWE star Chris Benoit.

“I was coming back on camera, WrestleMania 18, to manage, I hate that word, Chris Benoit, and that was where we were headed. Brock was very impatient in OVW and moved back to Minneapolis and told WWE, ‘Put me on the main roster,'” he said.

WWE started putting Lesnar in dark matches, and the former ECW owner noticed that the producers wanted him to be just another big guy. This led to former ECW World Champion Taz asking Heyman to get involved with the Beast Incarnate.

Paul Heyman approached Vince McMahon, who asked him to produce his matches. With their chemistry undeniable, Vince made a call.

“The night before WrestleMania 18, Vince pulled me aside, and he said, ‘This whole thing with Benoit was called off. I’m putting you with Brock Lesnar,'” he added.

Paul Heyman On Brock Lesnar, Roman Reigns, ECW, Failed "Paul Heyman Guys", Triple H

Paul Heyman reveals details of emotional conversation with Brock Lesnar

Following his shocking loss to Oba Femi on night two of the event, Brock Lesnar took off his gloves and boots, signaling the end of his in-ring career. He was visibly emotional as he shared an embrace with his longtime manager, and they exchanged a few words.

During the conversation on INSIGHT, Paul Heyman revealed what the Conqueror told him during their emotional moment at WrestleMania 42.

Heyman said Lesnar told him that he loves him and thanked him for everything. The 60-year-old manager said it was a very emotional and personal moment for both of them.


If you use quotes from this article, please credit INSIGHT with Chris Van Vliet 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-paul-heyman-set-manage-chris-benoit-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

Leave A Reply

Exit mobile version