Nobody Wants This season 2 is dropping on Netflix on October 23, and the cast showed up for a star-studded red carpet premiere — including guest star Leighton Meester. IRL, the Gossip Girl actress is married to the Hot Rabbit himself, Adam Brody, and when she was asked why she loves working with her life partner, Leighton’s answer literally melted my heart.
Here’s why Leighton Meester loves working with Adam Brody — on Nobody Wants This and beyond!
@varietymagazine #LeightonMeester says working with husband #AdamBrody on “#NobodyWantsThis ♬ original sound – Variety
On the red carpet for Nobody Wants This season 2, Leighton Meester revealed why “it’s just so nice” to go to work with Adam Brody.
“It’s kind of like just getting, for the most part, to hang out with the person that you really like,” she tells Variety. “And then also to be creative with each other — it’s just lovely.”
And when she confirms they’re “just happy,” she continues that, “There ain’t nothing wrong with it. It’s good.”
Leighton is one of my favorite people I’ve ever talked to, and I love seeing her shine onscreen!
<!–
–>
If that’s not cute enough, Adam Brody revealed on Penn Badgley’s Podcrushed podcast that he was “smitten instantly” with Leighton when he met her, and the rest of the Gossip Girl cast, at an LA deli.
“I couldn’t get a total read because, even though she professes to have been interested in me and all those things, not only did she not pursue that, I mean, she was perfectly willing to let that never happen,” Brody added. “Yeah, she was perfectly willing to let that message in the bottle return to sea at several points.”
Leighton might have been “elusive” and “aloof” after their first meeting, but this really just reinforces the idea that everything works out the way it’s supposed to — and that you can’t accidentally scare the right person away.
Subscribe to our Weekend Watch newsletter for all the pop culture & celebrity news you don’t want to miss.
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘377612259624022’);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript(“https://s.skimresources.com/js/58005X1352817.skimlinks.js”, function() {
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var firstAd = ‘.body-description .htl-ad’;
var cta = “in_body”;
REBELMOUSE_STDLIB.onElementInViewport({
threshold: 0,
oneTime: true,
firstOnly: true,
selector: firstAd,
onIntersect: (entry) => {
setTracking(“1st_ad_viewable”, cta, “”, “”, “”, “”);
},
});
// send the first ad impression event once whenever a page with a post ad is opened
let hasMarkedFirstAdImpression = false;
REBELMOUSE_STDLIB.createElementChangeListener(firstAd, function(_){
if (hasMarkedFirstAdImpression) return false;
setTracking(“1st_ad_impression”, cta, “”, “”, “”, “”)
hasMarkedFirstAdImpression = true;
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var selector=”.aside-top-5-module”
REBELMOUSE_STDLIB.onElementInViewport({
threshold: 0,
oneTime: true,
selector: selector,
onIntersect: (entry) => {
var name = “top5_viewable”
setTracking(name, “”, “”, “”, “”, “”)
},
});
// send the top 5 impression event once whenever a page with the top 5 module is opened
let hasMarkedTop5Impression = false;
REBELMOUSE_STDLIB.createElementChangeListener(“.aside-top-5-module”, function(_){
if (hasMarkedTop5Impression) return false;
setTracking(‘top5_impression’, “”, “”, “”, “”, “”)
hasMarkedTop5Impression = true;
})
// track when top 5 is clicked
REBELMOUSE_STDLIB.createElementChangeListener(“.aside-top-5-module .numbered-post .posts-wrapper”, function(postWrapper){
const postLinks = postWrapper.querySelectorAll(‘a[href]’);
postLinks.forEach(link => {
if(link.href){
link.addEventListener(‘click’, e =>{
setTracking(‘top5_click’, “”, “”, “”, “”, “”)
})
}
})
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
function bonbontag(){bonbonDataLayer.push(arguments);};(function(w,d,s,l,i,e){w[l]=w[l]||[];w[l].push({‘bonbon.start’:new Date().getTime(),event:’bonbon.js’});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.type=”text/javascript”;j.async=true;j.setAttribute(‘data-clientId’,i);e&&j.setAttribute(‘data-environment’,e);j.id=’bonbon-js-sdk’;j.src=”https://cdn.bonbon.tech/js/bonbon.js”;f.parentNode.insertBefore(j,f);})(window,document,’script’,’bonbonDataLayer’,’s6f4LyeranJzw37i09nsMh6gCII1WF8U’);
console.log(‘Bonbon excecuted’)
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var _throttle;
const topbar_sticky_wrapper= document.querySelector(‘.topbar_sticky_wrapper’);
const throttle = (callback, time) => {
if (_throttle) return;
_throttle = true;
setTimeout(() => {
callback();
_throttle = false;
}, time);
}
window.addEventListener(‘scroll’,()=>{
throttle(topbar_position_check,100);
});
var sticky_scroll_distance=window.innerHeight;
function topbar_position_check(event){
var current_position=topbar_sticky_wrapper.getBoundingClientRect().top;
if(current_position e.preventDefault())
link.setAttribute(‘role’, ‘button’);
link.setAttribute(‘aria-label’, link.getAttribute(‘aria-label’) || ‘Dismiss popup’);
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(‘.search-widget-custom form’,function(form){
// Add an event listener to the form to intercept the submit event
form.addEventListener(‘submit’, function(event) {
// Prevent the default form submission behavior
event.preventDefault();
// Get the input field value
const input = form.querySelector(‘input[name=”q”]’);
const query = input.value;
// Encode the query string to be URL-safe
const encodedQuery = encodeURIComponent(query);
//input.value = encodedQuery
// Update the form’s action URL with the encoded query
form.action = `/search/?q=${encodedQuery}`.replace(/\+/g, ‘%20’);
//window.alert(JSON.stringify(form.action))
// Submit the form with the updated action
form.submit();
//window.location.href(form.action)
});
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const params = new URLSearchParams(window.location.search);
const hashedEmail = params.get(‘user_id’);
window.tude = window.tude || { cmd: [] };
window.tude.cmd.push(function () {
window.tude.setIdProfile({ e: hashedEmail });
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const particle_to_insert_after = document.querySelectorAll(‘.body-description .rebellt-item.col1’);
const recirculation_module = document.querySelector(‘.recirculation-module-wrap’);
const recirculation_content = document.querySelector(‘.recirculation-module-wrap .recirculation-widgets’);
// Recirculation cloning and insertion logic
if (recirculation_content && recirculation_content.innerHTML.trim() === ”) {
recirculation_module.remove();
} else {
const recirculation_module1 = recirculation_module.cloneNode(true);
recirculation_module1.classList.add(‘first_recirculation’);
if (particle_to_insert_after[0]) {
particle_to_insert_after[0]?.insertAdjacentElement(‘afterend’, recirculation_module1);
}
/*const recirculation_module2 = recirculation_module.cloneNode(true);
recirculation_module2.classList.add(‘second_recirculation’);
if (particle_to_insert_after[2]) {
particle_to_insert_after[2]?.insertAdjacentElement(‘afterend’, recirculation_module2);
}*/
const widgetBody = document.querySelectorAll(‘.post-splash-custom .widget__body’)
if(widgetBody){
widgetBody[1]?.insertAdjacentElement(‘afterend’, recirculation_module)
}
}
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var ai_mode=”non_ai”;
REBELMOUSE_STDLIB.createElementChangeListener(“.body .recirculation-module-wrap.first_recirculation”, function(){
gtag(‘event’, ‘recirculation_impressions’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_up’,
‘module_type’:’related_trending’,
“ai_mode”: ai_mode,
});
});
REBELMOUSE_STDLIB.onElementInViewport({
threshold: 0,
oneTime: true,
selector: ‘.body .recirculation-module-wrap.first_recirculation’ ,
onIntersect: (entry) => {
gtag(‘event’, ‘recirculation_viewable’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_up’,
‘module_type’:’related_trending’,
“ai_mode”: ai_mode,
});
}
})
document.querySelectorAll(“.body .recirculation-module-wrap.first_recirculation a”).forEach(link => {
link.addEventListener(“click”, function(e){
if(e.target.href == undefined){
hrefLink = link.closest(‘a’).href
} else {hrefLink = e.target.href};
gtag(‘event’, ‘recirculation_click’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_up’,
‘link_url’: hrefLink
});
})
})
//////////——-/////////////
REBELMOUSE_STDLIB.createElementChangeListener(“.body .recirculation-module-wrap.second_recirculation”, function(){
gtag(‘event’, ‘recirculation_impressions’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
‘module_type’:’related_trending’,
“ai_mode”: ai_mode,
});
});
REBELMOUSE_STDLIB.onElementInViewport({
threshold: 0,
oneTime: true,
selector: ‘.body .recirculation-module-wrap.second_recirculation’ ,
onIntersect: (entry) => {
gtag(‘event’, ‘recirculation_viewable’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
‘module_type’:’related_trending’,
“ai_mode”: ai_mode,
});
}
})
document.querySelectorAll(“.body .recirculation-module-wrap.second_recirculation a”).forEach(link => {
link.addEventListener(“click”, function(e){
if(e.target.href == undefined){
hrefLink = link.closest(‘a’).href
} else {hrefLink = e.target.href};
gtag(‘event’, ‘recirculation_click’, {
‘recirculation_module’: ‘personalized_purple’,
‘cta’: ‘in_body’,
‘ai’: ‘ai_recirc_down’,
‘link_url’: hrefLink
});
})
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let widgetSection = document.querySelectorAll(“.sidebar .image-on-left .widget__section”)
widgetSection.forEach( section => {
if(section.innerText.toLowerCase().includes(“sponsored”)){
section.classList.add(“sponsored”)
}
})
let emptyWidgets = document.querySelectorAll(“.image-on-left:has(.posts-wrapper:empty)”)
emptyWidgets.forEach( widget => widget.remove())
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const newsletter_placeholder = document.querySelector(“.newsletter-aside”);
if(newsletter_placeholder){
addElementAfterParagraphs(newsletter_placeholder, 4);
newsletter_placeholder.classList.remove(‘hidden’)
}
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(“.more-posts .main-column > .load-more-scroll-wrapper .likeable:last-of-type”, function(wrapper){
const sponsoredPost = document.querySelector(‘.more-posts .removable-sponsored-wrapper’);
if(sponsoredPost){
wrapper.insertAdjacentElement(‘beforebegin’, sponsoredPost.querySelector(‘.likeable:last-child’));
wrapper.insertAdjacentElement(‘beforebegin’, sponsoredPost.querySelector(‘.likeable:first-child’));
sponsoredPost.remove();
}
})
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let widgetSection = document.querySelectorAll(“.sidebar .image-on-left .widget__section”)
widgetSection.forEach( section => {
if(section.innerText.toLowerCase().includes(“sponsored”)){
section.classList.add(“sponsored”)
}
})
let emptyWidgets = document.querySelectorAll(“.image-on-left:has(.posts-wrapper:empty)”)
emptyWidgets.forEach( widget => widget.remove())
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(‘.ams-sticky-close’, function(closeBtn){
console.log(“TARGET”, closeBtn)
closeBtn.addEventListener(“click”, function(){
closeBtn.parentElement.remove()
})
})
});
‘ The preceding article may include information circulated by third parties ’
‘ Some details of this article were extracted from the following source www.brit.co ’
‘ O artigo anterior foi obtido e traduzido do site internacional da celebrity.land ’















