”
], { 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 on the latest episode of Busted Open Radio, Bully Ray observed that Theory didn’t say a lot of things during the segment before letting Logan Paul do the talking. The legendary wrestler thought that it showed how WWE’s higher-ups do not have faith in Theory.
“It’s not Austin Theory who’s handing the microphone to Logan Paul. That’s what Austin Theory is being told to do. Which leads me to believe the bigger problem is they don’t have faith in Austin Theory right now to do the heavy lifting on the stick. … Heyman will start it off. I’ll hand it off to Austin, and he’ll be the connective tissue and the conduit to get it to Logan. That’s what really happened. Everybody got a little piece of the pie last night,” Bully said.
Austin Theory was the original masked man who helped The Vision win at Survivor Series: WarGames. Theory ended up joining the group, but he hasn’t made a lot of impact.
Logan Paul addresses “botch” at WWE Elimination Chamber
On the latest episode of the Impaulsive podcast, Logan Paul discussed the viral “botch” that happened on WWE Elimination Chamber. Some fans were not happy with how he executed the Paulverizer on Je’Von Evans, who seemingly hurt his neck.
“I’m gonna say this: The kid is one of the best flippers in the WWE, but all of a sudden, when it comes time to flip with me, he can’’ do it. He can’t flip. Nothing happened. He got f*cking got. He got Paulverized, he got pinned. Nothing happened. He’s fine. Buddy chalks it up, put some ice on the neck. Do a better flip next time and get going,” Paul said. [H/T Fightful]
Paul had an impressive showing at Elimination Chamber, eliminating LA Knight, Trick Williams and Evans before he was pinned by Cody Rhodes.
`;
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-faith-28-year-old-star-according-bully-ray?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













