”
], { 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);
});
});
})();
The Judgment Day interrupted Fenix’s backstage conversation with AAA General Manager Rey Mysterio. Dominik Mysterio complained about not being included in the tournament before Je’Von Evans attacked him from behind. You can check out Evans’ attack on Mysterio and JD McDonagh in the post below.
The Judgment Day’s Dominik Mysterio is the reigning AAA Mega Champion. Dirty Dom is in a storyline relationship with Liv Morgan, who is the reigning Women’s World Champion.
WWE RAW star Penta wants to team up with Rey Fenix to battle The Usos
Penta recently shared that he wanted to team up with his brother, Rey Fenix, to reform The Lucha Bros in WWE and battle The Usos.
Speaking on The Rich Eisen Show, the former AEW star noted that he wanted the Lucha Bros to reunite in the company and pitched a dream match against Jimmy and Jey Uso.
“One of my dream matches in WWE is like Usos against Lucha Bros … last week I saw my brother in Chicago for the Elimination Chamber, and we are talking about this, like, ‘Hey, bro, what do you think, bro? What is the best deal for us?’ And we agree. Let’s do it. But I don’t know. I don’t know when, I don’t know how long. But I’m sure that we will happen.” (H/T WrestlingInc)
It will be fascinating to see what the promotion has planned for the rivalry featuring Je’Von Evans and The Judgment Day 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-surprise-backstage-attack-the-judgment-day-dominik-mysterio-victimized-wwe-raw?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



