Call of Duty Black Friday 2019 Deals

// initialize jwplayer var playerInstance = jwplayer('player');// player dom elements var playerContainerEl = document.querySelector('.player-container');// returns video player position from top of document function getElementOffsetTop(el) { var boundingClientRect = el.getBoundingClientRect(); var bodyEl = document.body; var docEl = document.documentElement; var scrollTop = window.pageYOffset || docEl.scrollTop || bodyEl.scrollTop; var clientTop = docEl.clientTop || bodyEl.clientTop || 0; return Math.round(boundingClientRect.top + scrollTop - clientTop); }// returns the current y scroll position function getScrollTop() { var docEl = document.documentElement; return (window.pageYOffset || docEl.scrollTop) - (docEl.clientTop || 0); }// configure jwplayer instance playerInstance.setup({ autostart: true, playlist: 'https://cdn.jwplayer.com/v2/playlists/mYdavspX', primary: 'html5', setFullscreen: true, width: '100%' });// when jwplayer instance is ready playerInstance.on('ready', function() { var config = playerInstance.getConfig(); var utils = playerInstance.utils; // get height of player element var playerHeight = config.containerHeight; // flag determining whether close has been clicked var closed = true; // CHANGED // flag determing whether player is playing var playing = false; // ADDED // eventhandler for when close button is being pressed document.getElementsByClassName('icon-close')[0].addEventListener('click', () => { closed = true; onScrollViewHandler(); }); playerInstance.on('play', function() { closed = false; playing = true; // ADDED }).on('pause', function () { playing = false; // ADDED }).on('adPlay', function() { closed = false; // ADDED playing = true; // ADDED }).on('adPause', function() { playing = false; // ADDED });// get player element position from top of document var playerOffsetTop = getElementOffsetTop(playerContainerEl);// set player container to match height of actual video element playerContainerEl.style.height = playerHeight + 'px';// below we handle window scroll event without killing performance function onScrollViewHandler() { var minimized = getScrollTop() >= playerOffsetTop;if (closed && minimized) { minimized = false; jwplayer().pause(); playing = false; // ADDED } else if (!minimized && !playing) { closed = true; // ADDED } utils.toggleClass(playerContainerEl, 'player-minimize', minimized); // update the player's size so the controls are adjusted playerInstance.resize(); }// namespace for whether or not we are waiting for setTimeout() to finish var isScrollTimeout = false;// window onscroll event handler window.onscroll = function() { // skip if we're waiting on a scroll update timeout to finish if (isScrollTimeout) return; // flag that a new timeout will begin isScrollTimeout = true; // otherwise, call scroll event view handler onScrollViewHandler(); // set new timeout setTimeout(function() { // reset timeout flag to false (no longer waiting) isScrollTimeout = false; }, 80); };});

Black Friday 2019 is almost here! In this post, we are sharing all of the Call of Duty related deals that are available at retailers across the US. The biggest sale event of the year is incoming, and we’re sharing some of the big deals on Call of Duty and consoles for this holiday season.

We’re continuing to update this post as more Black Friday deals are being announced. Stay tuned.

Here’s a breakdown of deals by retailers and digital stores:

PlayStation Store:

  • Call of Duty: Modern Warfare – Price TBD

PlayStation Deals:

  • PlayStation 4 Pro — $299.99
  • PlayStation Plus 1 Year Membership — 25% off
  • PlayStation 4 Slim with Three Only On PlayStation Games — $199.99

Xbox Store (Xbox Store Deals begin November 21):

  • Call of Duty: Modern Warfare Operator Enhanced Edition – Price TBD

Xbox Deals:

  • Xbox One S All Digital Edition with Minecraft, Sea of Thieves, and Fortnite Skin — $149.99
  • Xbox One X Gears 5 Bundle — $349.99
  • Xbox Games Pass Ultimate — First 3 Months for $1

GameStop:

  • PlayStation 4 Slim 1TB with God of War, The Last of Us Remastered, and Horizon Zero Dawn — $199.99
  • Xbox One S All Digital Edition with Minecraft, Sea of Thieves, and Fortnite Skin – $149
  • 1 Year PlayStation Plus — $44.99
  • 3 Months of Xbox Live Gold — $14.99

Best Buy

  • Call of Duty: Modern Warfare — $39.99
  • Call of Duty: Black Ops 4 — $29.99
  • PlayStation 4 Slim 1TB with God of War, The Last of Us Remastered, and Horizon Zero Dawn — $199.99
  • Xbox One S All Digital Edition with Minecraft, Sea of Thieves, and Fortnite Skin – $149

Walmart

  • Call of Duty: Modern Warfare with 3 hours Double XP – $38
  • Call of Duty: Black Ops 4 — $25
  • Call of Duty: WWII — $25
  • Call of Duty: Black Ops 1 (Xbox One / Xbox 360) — $15
  • PlayStation 4 Slim 1TB with God of War, The Last of Us Remastered, and Horizon Zero Dawn — $199.99
  • Xbox One X Gears of War 5 Bundle — $349.99
  • Xbox One S All Digital Edition with Minecraft, Sea of Thieves, and Fortnite Skin – $149

Target:

  • Call of Duty: Modern Warfare — $45
  • Call of Duty: Black Ops 4 — $24.99
  • PlayStation 4 Slim 1TB with God of War, The Last of Us Remastered, and Horizon Zero Dawn — $199.99

Follow us on Twitter for any other deals we do find!

comments below

No comments