”
], { 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);
});
});
})();
Kevin Nash claimed that he found Je’Von Evans “a little bit too Mr. Bojangles.” The 66-year-old added that he wanted Evans to have more of an “urban” edge and realism in his performance. However, Nash further acknowledged that it was his personal take and it might not align with everyone.
“He’s an incredible athlete. He’s a little bit too Mr. Bojangles for me, I wish he was a little bit more urban. I understand it’s Netflix, and I understand there’s a big world out there besides the one that 66-year-old Detroit boy Kevin Nash wants. But I just want him to have a little bit of an edge. He can strike, he throws a good punch. Take your time and throw a good punch. Maybe put two or three together. Something where you tell me, ‘if this sh*t was real, all this athleticism I have, I can use.’ Not, ‘if this was real, I would cartwheel off your body like you would never see.’ He sells good. I mean, he does everything good,” Nash said. [H/T: NoDQ]
You can check out the entire video below:
Logan Paul made a massive claim about Je’Von Evans
Former WWE United States Champion Logan Paul recently broke character to praise Je’Von Evans.
In a recent YouTube vlog, The Maverick claimed that The Vision is the present of the Stamford-based promotion. However, he added that Evans would be the future.
“This guy right here is the future of the WWE. The Vision’s the now, but this guy is insane. His name is Je’Von Evans. … This guy’s move set is insane. If everyone in the WWE was as good as me, The Vision and this dude right here, no one would ever be able to look away,” Paul said.
Last week on RAW, Je’Von Evans teamed up with “Original” El Grande Americano in a winning effort against Los Americanos. It will be interesting to see what the future holds for the 21-year-old.
`;
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-wwe-hall-famer-makes-controversial-remark-about-je-von-evans?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













