”
], { 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);
});
});
})();
During a recent interview on Compas On The Beat, the host asked MJF who he would want to face if a hypothetical forbidden door was opened, possibly between WWE and AEW.
The 29-year-old star namedropped Seth Rollins, saying he would love to face The Visionary as he has a lot of respect for Rollins. The host then subtly referenced Roman Reigns. After this, MJF said that there would be a “conflict of interest” because he was ‘related’ to Paul Heyman, and he wouldn’t want to hurt the legend’s former colleague.
“[What about a Chief of a Tribe?] Oh, Roman Reigns? Well, look, there is kind of a conflict of interest there because me and Paul Heyman are kind of DL related, so I don’t know if I’d be able to go through with that. I’d feel weird about hurting somebody that he made so much money off of,” he said.
Check out MJF’s interview below:
MJF has talked about his relationship with WWE legend Paul Heyman in the past as well
During a 2022 interview with Sam Roberts on Notsam Wrestling, MJF revealed that he did some research on Jewish geography, and he believes he was “distantly related” to WWE Hall of Famer Paul Heyman.
“I can’t say whether or not we’ve talked, but what I will say, I’ve done some Jewish geography, we are distantly related,” MJF said.
It remains to be seen if fans will ever get to see a clash between MJF and Roman Reigns in the future.
Please credit Compas On The Beat and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.
`;
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-the-mjf-paul-heyman-familial-bond-aew-champion-drops-roman-reigns-bombshell?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













