”
], { 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);
});
});
})();
McDonagh, who got involved in the AAA Mega Championship match between Mysterio and Americano, once again interfered in the Mixed Tag Team Match on RAW. He went on social media to admit that he’s got “Dirty” Dom’s back and doesn’t regret his actions after The Judgment Day ambushed Americano, Vaquer, and Rey Mysterio on RAW.
“I got you my dawg @dominik_35,” wrote McDonagh.
Check out a screengrab of McDonagh’s Instagram story:
Rey Mysterio Once Again Went Off Against His Son Dominik Mysterio
Rey Mysterio and Dominik Mysterio have been feuding since Dominik betrayed his dad, turned heel, and joined The Judgment Day. Rey once again went off on his son, claiming that he shouldn’t have helped his son break into the business.
Speaking with Outkick, the Hall of Famer had this to say about his son:
“That’s pretty deep for him to say that,” Rey Mysterio said. “At the end of the day, I believe I have much more tricks up my sleeve than he does. If he thinks he’s going to step all over me, retire me, take my name and have me apologize to him for what apparently I have done, maybe I shouldn’t have helped him break into the business. Maybe he should have grinded on his own and scratched and clawed just like I did at the age of 14 when I first broke into the business, which was really tough back then. Now, it’s much easier to get into the business. It’s not like before.
It remains to be seen what WWE has in store for Dominik Mysterio now that he’s no longer the AAA Mega Champion.
`;
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-judgment-day-member-admits-to-having-dominik-mysterio-s-back-after-the-faction-ambushes-3-superstars-on-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













