facebook
We don't quite have any brands that match your filter. View all brands here.
Subscribe
The Inside Look
The email newsletter that delivers curated home decor and furniture picks, expert design advice, and more. Join 4,000+ subscribers.
Thank you! You're now subscribed to the Inside Look.
Oops! Something went wrong while submitting the form.
Inside Look NewsletterInside Look Newsletter
Image via Inside Weather
function ready( callback ) { if (document.readyState!='loading') callback(); else if (document.addEventListener) document.addEventListener('DOMContentLoaded', callback); else document.attachEvent('onreadystatechange', function(){ if (document.readyState=='complete') callback(); }); } function openAllExternalsInTabs() { var thisDomain = location.hostname; var externalDomains = 'a:not([href*="' + thisDomain + '"]):not([href^="/"]:not([href^="/"])'; var allExternalLinks = document.querySelectorAll( externalDomains ); for( var i in allExternalLinks ) { allExternalLinks[i].target = '_blank'; } } function openAllPostLinksInTabs() { var article = document.querySelector('.article'); if (typeof(article) != 'undefined' && article != null){ var articleLinks = article.querySelectorAll('a'); var linkCount = articleLinks.length; for( var l in articleLinks ) { if(l <= linkCount){ if(articleLinks[l].target != "_self"){ articleLinks[l].target = '_blank'; } } } } } ready( function() { openAllPostLinksInTabs(); }); document.addEventListener("DOMContentLoaded", function () { const segments = window.location.pathname.split('/').filter(Boolean); const pageSlug = segments[segments.length - 1]; // gets "page-name" const affiliateDomains = [ "sjv.io", "pxf.io", "fx3vf7.net", "i274555.net", "uxsi.net", "nzvz.net", "c9ftyd.net", "qq3wj3.net", "attfm2.net", "goto.quince.com" ]; const links = document.querySelectorAll("a[href]"); links.forEach(link => { const url = new URL(link.href); if (affiliateDomains.some(domain => url.hostname.endsWith(domain))) { // Add subId1 to query params url.searchParams.set("subId1", pageSlug); // Update href link.href = url.toString(); } }); });