This is a great feature request because Xfinity (Comcast) offers a surprising amount of free, ad-supported content even if you don’t subscribe to premium channels like HBO or Showtime.
.watch-btn background-color: #0052CC; color: white; border: none; padding: 10px; cursor: pointer;
// Exclude premium subs (HBO, Showtime, etc.) if (movie.requiredSubscription !== "base" && movie.requiredSubscription !== "free") return false;