Preview:
var bodyWrap = document.querySelector('body');
var bannerBox = document.querySelectorAll('.banner_wrap');
if(bannerBox.length > 0 ){
  bodyWrap.classList.add('bannerAddedNew');
  bodyWrap.classList.remove('noBannerAdded');
}
if(bannerBox.length == 0 ){
  bodyWrap.classList.add('noBannerAdded');
  bodyWrap.classList.remove('bannerAddedNew');
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter