”
], { 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);
});
});
})();
Paul Heyman had a backstage conversation with Logan Paul and Austin Theory last week on RAW. The Oracle told Theory and Paul to focus on going after the World Tag Team Championships instead of trying to attack Seth Rollins.
Brock Lesnar confronted Seth Rollins last week on RAW after The Visionary attacked Heyman. However, Oba Femi interrupted and planted The Beast Incarnate with a Powerbomb. It was later announced that Femi would be squaring off against Lesnar at WrestleMania 42.
Major WWE star comments on his rivalry against The Vision
LA Knight recently discussed his ongoing WWE rivalry against The Vision and wondered when it was going to end.
In an interview with Esteban Ramirez, The Megastar suggested that the rivalry would not end until The Vision is finished. Knight added that he wanted to be responsible for ending the powerful faction.
“At this point, we’ve been doing it for a while and you can almost argue, ‘When is this going to end?’ My argument to that would be, it’s going to end when they end. If you look at everything that’s happened, they put me through a car. The main people who did that were Logan Paul and Bronson Reed. With all the licks that I’ve gotten on Logan Paul, I ain’t got enough now, but Bronson Reed and Bron have taken themselves out of the equation. There is a whole Vision curse. If that curse can hit the other two, then we’ll be done. I want that curse to be LA Knight.” [H/T Fightful]
It will be interesting to see which team emerges victorious in the non-title tag team match tonight on WWE RAW.
`;
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-makes-last-minute-change-raw-title-match?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













