”
], { 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);
});
});
})();
Earlier today, The Scrap Iron posted a video of himself previewing the July 6 edition of Monday Night RAW. He announced three title matches for the show, including Sol Ruca’s in-ring return. Pearce revealed that the WWE Women’s Intercontinental Champion would put her title on the line against The Judgment Day’s Raquel Rodriguez.
“Happy Sunday, everybody. Adam Pearce here at The Friendly Confines to let you know that Monday Night RAW is live tomorrow night from Sweet Home, Chicago. And I am calling it Championship Monday. Three championships [will be] on the line. Sol Ruca will defend the Women’s Intercontinental Championship against Raquel Rodriguez,” Pearce said.
You can check out the video below:
Pearce also announced that The Street Profits and The Vision would battle for the World Tag Team Championship in a rematch of their June 22 title clash that saw Angelo Dawkins and Montez Ford win the gold. He also reminded everyone that Cody Rhodes would challenge Sami Zayn for the Undisputed WWE Championship on RAW.
WWE RAW General Manager Adam Pearce is performing double duty
SmackDown General Manager Nick Aldis got into a physical altercation with Gunther after Sami Zayn defeated Cody Rhodes and The Ring General in a triple threat match to become the new Undisputed WWE Champion in the main event of WWE Night of Champions.
Last week on Monday Night RAW, Michael Cole and Corey Graves on commentary revealed that Nick Aldis and Gunther were sent home soon after their backstage altercation at the premium live event. They also revealed that Adam Pearce had been named the 39-year-old’s temporary replacement.
In case you use any quotes from this article, please credit Adam Pearce with an H/T to Sportskeeda Wrestling for the transcription.
`;
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-breaking-adam-pearce-officially-announces-wwe-champion-s-return-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













