”
], { 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);
});
});
})();
Former Senior WWE writer Alexandra Williams shared the news on her X:
“Officially promoted today! Vice President/Lead Writer of Monday Night RAW! So honored and excited! 😆🎉”
Before this, she worked as a senior writer and producer for WWE. She also posted the details of her new job on her LinkedIn.
“As VP and Lead Writer for WWE’s flagship live program, I oversee all creative development for Monday Night RAW — one of television’s longest-running and highest-rated weekly shows. I pitch to and collaborate with executive leadership and a cross-functional writing team to conceptualize and execute week-to-week storylines, character arcs, and premium live event buildups, including WrestleMania and Survivor Series.”
Over the years, she has worked in multiple different positions in WWE, having started as a writer/producer back in October 2020, and since then taking the jump to Senior Writer/Producer, and now to the Vice President/Lead Writer.
As such, in this position, she will be assisted with helping the head of creative, Triple H, to guide the direction of RAW. With her being named as the lead writer, this will presumably be replacing others, and giving a different focus to the red brand.
She also has stated that she will be in charge of the full creative process.
“I help drive the full creative process from episode rundowns to long-form narrative strategy, developing complex characters and compelling feuds that deepen audience engagement across live broadcasts, digital platforms, and social media.”
Triple H will still likely be the one to take the final call on what actually happens on shows and what ends up being booked, but this may give the company a new direction.
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-triple-h-has-replaced-major-direction-on-wwe-raw-new-name-to-take-charge?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


