”
], { 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);
});
});
})();
“He’s taught me a bunch. I can get into granular wrestling terms or I can keep it high level and the one thing that he’s definitely taught me is that with him by my side, I have someone on the executive team who can speak for me so I don’t have to make stupid decisions backstage where I would lose my job. Like attacking CM Punk because he pisses me off. Instead of doing that, I can just go to Paul Heyman, right? And he can talk to the executives and handle it professionally so, he keeps me in check and now I have a unit. I just don’t see how we’re gonna be stopped at all,” he said. [H/T: Fightful]
You can check out the video in the post below:
Logan Paul, Drew McIntyre, Bron Breakker, Bronson Reed, and Brock Lesnar defeated CM Punk, Cody Rhodes, Roman Reigns, and The Usos in the Men’s WarGames match at WWE Survivor Series.
Austin Theory explains why he aligned with Paul Heyman on WWE RAW
Austin Theory was recently revealed to be the masked man helping The Vision, and he explained his actions to Paul Heyman on RAW earlier this week.
Theory had a backstage conversation with The Oracle, and he stated that he wanted everyone to feel his actions before he showed his face. The former United States Champion added that he would be taking what he wanted from now on.
“I wanted you to know why I was wearing the mask. I wanted everybody to feel my actions before they saw my face. I’ve made some bad decisions. I got comfortable. I got injured. But then I saw The Vision. You didn’t wait for anything; you took it, and that’s me now. I take.”
It will be interesting to see what WWE has planned for Logan Paul and The Vision in the weeks ahead on RAW.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-major-wwe-star-reveals-paul-heyman-helped-backstage?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


