If You Watch 1 Peacock Movie in May 2025, Stream This 1 Now | Us Weekly
Entertainment
If You Have to Watch 1 Peacock Movie in May 2025, Stream This 1 Now
By Sophie Hessekiel
May 18, 2025
TOP STORIES
function isMobile() {
return window.matchMedia(“(max-width: 650px)”).matches
&& (
‘ontouchstart’ in window || navigator[‘maxTouchPoints’] > 0x0 || navigator[‘msMaxTouchPoints’] > 0x0
);
}
const widget_top_stories = document.querySelector(‘#storifyme-top-stories-widget-init’);
let widgetLoading_top_stories = function () {
if ( isMobile() ) {
widget_top_stories.addEventListener(‘onStoryClicked’, (event) => {
var story_id = event.detail.id
window.open( ‘https://www.usmagazine.com/storifyme/?ws=top_stories&id=’ + story_id, ‘_blank’, ‘noopener,noreferrer’);
const observer = new MutationObserver(mutations => {
mutations.forEach(mutation => {
if (mutation.type === ‘childList’) {
mutation.addedNodes.forEach(addedNode => {
if (addedNode.nodeName === ‘STORIFYME-SHORTS-MODAL’) {
addedNode.remove();
}
});
}
});
});
observer.observe(document.body, {
childList: true,
subtree: true
});
});
widget_top_stories.addEventListener(‘onEvent’, (event) => {
widget_top_stories.closeStories();
const observer = new MutationObserver(mutations => {
mutations.forEach(mutation => {
if (mutation.type === ‘childList’) {
mutation.addedNodes.forEach(addedNode => {
if (addedNode.nodeName === ‘STORIFYME-SHORTS-MODAL’) {
addedNode.remove();
}
});
}
});
});
observer.observe(document.body, {
childList: true,
subtree: true
});
});
}
const storifymeTopStoriesWidget_onEventHandler = (event) => {
if( event.detail.name !== “ad” ) {
custom_storifyme_event(‘sm_onEvent’, {
‘story_id’ : event.detail.story_id,
‘story_title’ : event.detail.story_name,
‘event_action’: event.detail.action,
‘widget_type’: ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
}
};
const storifymeTopStoriesWidget_onStoryClosed = (event) => {
custom_storifyme_event(‘sm_onStoryClosed’, {
‘story_id’ : event.detail.id,
‘event_action’: ‘onStoryClosed’,
‘widget_type’: ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
widget_top_stories.removeEventListener(‘onEvent’, storifymeTopStoriesWidget_onEventHandler );
widget_top_stories.removeEventListener(‘onStoryClosed’, storifymeTopStoriesWidget_onStoryClosed );
};
widget_top_stories.addEventListener(‘onStoryClicked’, (event) => {
custom_storifyme_event(‘sm_onStoryClicked’, {
‘story_id’ : event.detail.id,
‘event_action’: ‘onStoryClicked’,
‘widget_type’: isMobile() ? ‘new_tab’ : ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
});
widget_top_stories.addEventListener(‘onStoryOpened’, (event) => {
custom_storifyme_event(‘sm_onStoryOpened’, {
‘story_id’ : event.detail.story.id,
‘slide_number’ : event.detail.index,
‘story_handle’ : event.detail.story.handle,
‘story_title’ : event.detail.story.name,
‘event_action’: ‘onStoryOpened’,
‘widget_type’: isMobile() ? ‘new_tab’ : ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
widget_top_stories.addEventListener(‘onEvent’, storifymeTopStoriesWidget_onEventHandler );
widget_top_stories.addEventListener(‘onStoryClosed’, storifymeTopStoriesWidget_onStoryClosed );
});
// Load widget
widget_top_stories.load();
};
if (widget_top_stories.load) {
widgetLoading_top_stories();
} else {
// Listen to an event when the Widget Web SDK is ready and available
widget_top_stories.addEventListener(‘onInitialized’, () => {
widgetLoading_top_stories();
});
}
document.querySelector(‘#storifyme-top-stories-button’).addEventListener(‘click’, (e) => {
if (!isMobile()) {
e.preventDefault();
custom_storifyme_event(‘sm_onStoryClicked’, {
‘story_id’ : ‘1’,
‘event_action’: ‘onStoryClicked’,
‘widget_type’: isMobile() ? ‘new_tab’ : ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
widget_top_stories.openWidgetStoryByPosition(1);
} else {
custom_storifyme_event(‘sm_onStoryClicked’, {
‘story_id’ : ‘1’,
‘event_action’: ‘onStoryClicked’,
‘widget_type’: isMobile() ? ‘new_tab’ : ‘same_tab’,
‘widget_source’ : ‘top_stories’
});
window.open( ‘https://www.usmagazine.com/storifyme/?ws=top_stories’, ‘_blank’, ‘noopener,noreferrer’);
}
})
Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)
Dave Franco is threatened by Aubrey Plaza in ‘The Little Hours’Gunpowder & Sky
(function() {
document.addEventListener(‘DOMContentLoaded’, function() {
const basePath = ‘https://www.usmagazine.com/wp-content/themes/us-weekly/assets/img/storifyme/’;
const desktopBaseName = ‘usw-shorts-module-banner-desktop-v’;
const mobileBaseName = ‘usw-shorts-module-banner-mobile-v’;
const randomVersion = Math.floor(Math.random() * 3) + 1;
const desktopImage = `${basePath}${desktopBaseName}${randomVersion}.png`;
const mobileImage = `${basePath}${mobileBaseName}${randomVersion}.png`;
const desktopBannerImg = document.getElementById(‘desktop-storifyme-source’);
const mobileBannerSource = document.getElementById(‘mobile-storifyme-source’);
if (desktopBannerImg) {
desktopBannerImg.src = desktopImage;
}
if (mobileBannerSource) {
mobileBannerSource.srcset = mobileImage;
}
});
})();
if (typeof isMobile === ‘undefined’) {
function isMobile() {
return window.matchMedia(“(max-width: 650px)”).matches
&& (
‘ontouchstart’ in window || navigator[‘maxTouchPoints’] > 0x0 || navigator[