<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/ebfbea62787318c7.css" crossorigin="" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-7b02f7ae7561d8b0.js" as="script" fetchPriority="low" crossorigin=""/><script src="/_next/static/chunks/fd9d1056-d9a18e37b76d597b.js" async="" crossorigin=""></script><script src="/_next/static/chunks/864-b9e8988d69d5d1ed.js" async="" crossorigin=""></script><script src="/_next/static/chunks/main-app-0d572d5cf1381587.js" async="" crossorigin=""></script><link rel="icon" href="/favicon.ico"/><title>TheSqueee - Media Entertainment Calculators</title><meta name="description" content="Calculate your movie night planning, binge-watch times, and explore nutritional information for your favorite fast foods."/><script src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" crossorigin="" noModule=""></script><!-- Matomo -->
<script>
  var _paq = window._paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//tracking.thesqueee.co.uk/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '144']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Matomo Code -->
</head><body><nav class="bg-white shadow-lg"><div class="max-w-7xl mx-auto px-4"><div class="flex justify-between items-center h-16"><div class="flex items-center"><svg class="h-8 w-8 text-indigo-600" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z"></path></svg><a href="/" class="ml-2 font-bold text-xl">TheSqueee</a></div><div class="flex space-x-4"><a href="/" class="text-gray-700 hover:text-indigo-600">Home</a><a href="/about" class="text-gray-700 hover:text-indigo-600">About</a><a href="/terms" class="text-gray-700 hover:text-indigo-600">Terms</a><a href="/privacy" class="text-gray-700 hover:text-indigo-600">Privacy</a></div></div></div></nav><main class="max-w-7xl mx-auto px-4 py-8"><section class="mb-12"><h1 class="text-4xl font-bold mb-8">Media Entertainment Calculators</h1><div class="grid grid-cols-1 md:grid-cols-2 gap-8"><div class="bg-white p-6 rounded-lg shadow-md"><h2 class="text-2xl font-semibold mb-4">Movie Night Planner</h2><form class="space-y-4"><div><label class="block mb-2">Genre</label><select id="genre" class="w-full p-2 border rounded"><option value="action">Action</option><option value="comedy">Comedy</option><option value="drama">Drama</option></select></div><div><label class="block mb-2">Mood</label><select id="mood" class="w-full p-2 border rounded"><option value="happy">Happy</option><option value="relaxed">Relaxed</option><option value="excited">Excited</option><option value="thoughtful">Thoughtful</option></select></div><div><label class="block mb-2">Preferred Runtime (minutes)</label><input type="number" id="runtime" class="w-full p-2 border rounded" min="60" max="240" value="120"/></div><button type="submit" class="bg-indigo-600 text-white px-4 py-2 rounded hover:bg-indigo-700">Get Suggestions</button></form></div><div class="bg-white p-6 rounded-lg shadow-md"><h2 class="text-2xl font-semibold mb-4">Binge-Watch Calculator</h2><form class="space-y-4"><div><label class="block mb-2">Episodes per Season</label><input type="number" id="episodesPerSeason" class="w-full p-2 border rounded" min="1" value="10"/></div><div><label class="block mb-2">Episode Duration (minutes)</label><input type="number" id="episodeDuration" class="w-full p-2 border rounded" min="1" value="45"/></div><div><label class="block mb-2">Hours Available per Day</label><input type="number" id="hoursPerDay" class="w-full p-2 border rounded" min="1" max="24" value="3"/></div><button type="submit" class="bg-indigo-600 text-white px-4 py-2 rounded hover:bg-indigo-700">Calculate Time</button></form></div></div></section><section class="mb-12"><h2 class="text-3xl font-bold mb-6">About Media Entertainment</h2><div class="prose max-w-none"><p class="text-lg mb-4">In today&#x27;s digital age, media entertainment has become an integral part of our daily lives. From streaming services to traditional cinema, the ways we consume entertainment have evolved dramatically. Our calculators help you make the most of your entertainment time, whether you&#x27;re planning a movie night or calculating how long it&#x27;ll take to finish your favorite TV series.</p><p class="text-lg mb-4">The rise of streaming platforms has revolutionized how we watch content. With thousands of movies and TV shows at our fingertips, planning your viewing schedule has become more important than ever. Our Movie Night Planner uses sophisticated algorithms to suggest films based on your mood, preferred genre, and available time, ensuring you always find the perfect match for your evening entertainment.</p><p class="text-lg mb-4">Binge-watching has become a cultural phenomenon, with many viewers dedicating significant time to complete entire series in marathon sessions. Our Binge-Watch Calculator helps you plan these sessions effectively, taking into account your daily available time and providing realistic estimates for completing entire seasons or series. This tool is particularly useful for managing your viewing schedule around work, study, or other commitments.</p><p class="text-lg">Whether you&#x27;re a casual viewer or a dedicated cinephile, our tools are designed to enhance your entertainment experience. By making informed decisions about what to watch and when, you can maximize your enjoyment of the vast world of digital entertainment while maintaining a healthy balance with your daily responsibilities.</p></div></section><section><h2 class="text-3xl font-bold mb-6">Frequently Asked Questions</h2><div class="space-y-4"><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">How accurate are the movie suggestions?</h3><p>Our suggestions are based on popular choices and user ratings, updated regularly to ensure relevance.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Can I save my favorite shows for later?</h3><p>Currently, we don&#x27;t offer a save feature, but we&#x27;re working on adding this functionality soon.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">How do you calculate binge-watch times?</h3><p>We use the total number of episodes multiplied by the average episode duration, including typical break times between episodes.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">What factors influence movie recommendations?</h3><p>Our recommendations consider genre preferences, mood settings, desired runtime, and overall viewer ratings to suggest the most suitable movies.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">How often is the movie database updated?</h3><p>We update our movie database weekly to include new releases and maintain accurate runtime information.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Can I use the calculators for multiple TV shows at once?</h3><p>Yes, you can use the Binge-Watch Calculator multiple times to plan your viewing schedule for different shows.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Are the runtime calculations accurate for streaming platforms?</h3><p>Yes, our calculations are based on standard episode lengths from major streaming platforms, excluding intro/outro sequences when possible.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Do you consider commercial breaks in your calculations?</h3><p>Our calculations are based on actual content runtime, not including commercial breaks, making them accurate for streaming services.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Can I get recommendations for specific streaming platforms?</h3><p>Currently, our recommendations are platform-agnostic, but we&#x27;re working on adding platform-specific filtering options.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">How do you handle mini-series in the binge calculator?</h3><p>Mini-series are treated as single seasons, and their total runtime is calculated accordingly.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Do you account for varying episode lengths within a season?</h3><p>Yes, our calculator uses average episode lengths and can be adjusted for shows with varying episode durations.</p></div><div class="bg-white p-6 rounded-lg shadow-md"><h3 class="font-semibold mb-2">Are international shows and movies included in your database?</h3><p>Yes, our database includes a diverse selection of international content with accurate runtime information.</p></div></div></section></main><footer class="bg-gray-800 text-white py-8"><div class="max-w-7xl mx-auto px-4"><p>© 2024 TheSqueee.co.uk - All rights reserved</p></div></footer><script src="/_next/static/chunks/webpack-7b02f7ae7561d8b0.js" crossorigin="" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/ebfbea62787318c7.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L2\"\n"])</script><script>self.__next_f.push([1,"3:I{\"id\":6054,\"chunks\":[\"272:static/chunks/webpack-7b02f7ae7561d8b0.js\",\"971:static/chunks/fd9d1056-d9a18e37b76d597b.js\",\"864:static/chunks/864-b9e8988d69d5d1ed.js\"],\"name\":\"\",\"async\":false}\n5:I{\"id\":1729,\"chunks\":[\"272:static/chunks/webpack-7b02f7ae7561d8b0.js\",\"971:static/chunks/fd9d1056-d9a18e37b76d597b.js\",\"864:static/chunks/864-b9e8988d69d5d1ed.js\"],\"name\":\"\",\"async\":false}\n6:I{\"id\":1443,\"chunks\":[\"272:static/chunks/webpack-7b02f7ae7561d8b0.js\",\"971:static/chunks/fd9d1056-d9a18e37b76d597b.js\",\"864:stat"])</script><script>self.__next_f.push([1,"ic/chunks/864-b9e8988d69d5d1ed.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":8639,\"chunks\":[\"272:static/chunks/webpack-7b02f7ae7561d8b0.js\",\"971:static/chunks/fd9d1056-d9a18e37b76d597b.js\",\"864:static/chunks/864-b9e8988d69d5d1ed.js\"],\"name\":\"\",\"async\":false}\n9:I{\"id\":226,\"chunks\":[\"931:static/chunks/app/page-36c8cbef97bd928d.js\"],\"name\":\"\",\"async\":false}\na:I{\"id\":4494,\"chunks\":[\"931:static/chunks/app/page-36c8cbef97bd928d.js\"],\"name\":\"\",\"async\":false}\n"])</script><script>self.__next_f.push([1,"2:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/ebfbea62787318c7.css\",\"precedence\":\"next\",\"crossOrigin\":\"\"}]],[\"$\",\"$L3\",null,{\"buildId\":\"bZA_p7FEplq6OU85Al0jA\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/\",\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialHead\":[false,\"$L4\"],\"globalErrorComponent\":\"$5\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"nav\",null,{\"className\":\"bg-white shadow-lg\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-7xl mx-auto px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex justify-between items-center h-16\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"h-8 w-8 text-indigo-600\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":\"2\",\"d\":\"M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z\"}]}],[\"$\",\"a\",null,{\"href\":\"/\",\"className\":\"ml-2 font-bold text-xl\",\"children\":\"TheSqueee\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex space-x-4\",\"children\":[[\"$\",\"a\",null,{\"href\":\"/\",\"className\":\"text-gray-700 hover:text-indigo-600\",\"children\":\"Home\"}],[\"$\",\"a\",null,{\"href\":\"/about\",\"className\":\"text-gray-700 hover:text-indigo-600\",\"children\":\"About\"}],[\"$\",\"a\",null,{\"href\":\"/terms\",\"className\":\"text-gray-700 hover:text-indigo-600\",\"children\":\"Terms\"}],[\"$\",\"a\",null,{\"href\":\"/privacy\",\"className\":\"text-gray-700 hover:text-indigo-600\",\"children\":\"Privacy\"}]]}]]}]}]}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"childProp\":{\"current\":[\"$L8\",[\"$\",\"main\",null,{\"className\":\"max-w-7xl mx-auto px-4 py-8\",\"children\":[[\"$\",\"section\",null,{\"className\":\"mb-12\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mb-8\",\"children\":\"Media Entertainment Calculators\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 md:grid-cols-2 gap-8\",\"children\":[[\"$\",\"$L9\",null,{}],[\"$\",\"$La\",null,{}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-12\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl font-bold mb-6\",\"children\":\"About Media Entertainment\"}],[\"$\",\"div\",null,{\"className\":\"prose max-w-none\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-lg mb-4\",\"children\":\"In today's digital age, media entertainment has become an integral part of our daily lives. From streaming services to traditional cinema, the ways we consume entertainment have evolved dramatically. Our calculators help you make the most of your entertainment time, whether you're planning a movie night or calculating how long it'll take to finish your favorite TV series.\"}],[\"$\",\"p\",null,{\"className\":\"text-lg mb-4\",\"children\":\"The rise of streaming platforms has revolutionized how we watch content. With thousands of movies and TV shows at our fingertips, planning your viewing schedule has become more important than ever. Our Movie Night Planner uses sophisticated algorithms to suggest films based on your mood, preferred genre, and available time, ensuring you always find the perfect match for your evening entertainment.\"}],[\"$\",\"p\",null,{\"className\":\"text-lg mb-4\",\"children\":\"Binge-watching has become a cultural phenomenon, with many viewers dedicating significant time to complete entire series in marathon sessions. Our Binge-Watch Calculator helps you plan these sessions effectively, taking into account your daily available time and providing realistic estimates for completing entire seasons or series. This tool is particularly useful for managing your viewing schedule around work, study, or other commitments.\"}],[\"$\",\"p\",null,{\"className\":\"text-lg\",\"children\":\"Whether you're a casual viewer or a dedicated cinephile, our tools are designed to enhance your entertainment experience. By making informed decisions about what to watch and when, you can maximize your enjoyment of the vast world of digital entertainment while maintaining a healthy balance with your daily responsibilities.\"}]]}]]}],[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl font-bold mb-6\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"How accurate are the movie suggestions?\"}],[\"$\",\"p\",null,{\"children\":\"Our suggestions are based on popular choices and user ratings, updated regularly to ensure relevance.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Can I save my favorite shows for later?\"}],[\"$\",\"p\",null,{\"children\":\"Currently, we don't offer a save feature, but we're working on adding this functionality soon.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"How do you calculate binge-watch times?\"}],[\"$\",\"p\",null,{\"children\":\"We use the total number of episodes multiplied by the average episode duration, including typical break times between episodes.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"What factors influence movie recommendations?\"}],[\"$\",\"p\",null,{\"children\":\"Our recommendations consider genre preferences, mood settings, desired runtime, and overall viewer ratings to suggest the most suitable movies.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"How often is the movie database updated?\"}],[\"$\",\"p\",null,{\"children\":\"We update our movie database weekly to include new releases and maintain accurate runtime information.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Can I use the calculators for multiple TV shows at once?\"}],[\"$\",\"p\",null,{\"children\":\"Yes, you can use the Binge-Watch Calculator multiple times to plan your viewing schedule for different shows.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Are the runtime calculations accurate for streaming platforms?\"}],[\"$\",\"p\",null,{\"children\":\"Yes, our calculations are based on standard episode lengths from major streaming platforms, excluding intro/outro sequences when possible.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Do you consider commercial breaks in your calculations?\"}],[\"$\",\"p\",null,{\"children\":\"Our calculations are based on actual content runtime, not including commercial breaks, making them accurate for streaming services.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Can I get recommendations for specific streaming platforms?\"}],[\"$\",\"p\",null,{\"children\":\"Currently, our recommendations are platform-agnostic, but we're working on adding platform-specific filtering options.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"How do you handle mini-series in the binge calculator?\"}],[\"$\",\"p\",null,{\"children\":\"Mini-series are treated as single seasons, and their total runtime is calculated accordingly.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Do you account for varying episode lengths within a season?\"}],[\"$\",\"p\",null,{\"children\":\"Yes, our calculator uses average episode lengths and can be adjusted for shows with varying episode durations.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-6 rounded-lg shadow-md\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-semibold mb-2\",\"children\":\"Are international shows and movies included in your database?\"}],[\"$\",\"p\",null,{\"children\":\"Yes, our database includes a diverse selection of international content with accurate runtime information.\"}]]}]]}]]}]]}],null],\"segment\":\"__PAGE__\"},\"styles\":[]}],[\"$\",\"footer\",null,{\"className\":\"bg-gray-800 text-white py-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-7xl mx-auto px-4\",\"children\":[\"$\",\"p\",null,{\"children\":\"© 2024 TheSqueee.co.uk - All rights reserved\"}]}]}]]}]]}],null]}]]\n"])</script><script>self.__next_f.push([1,"4:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"TheSqueee - Media Entertainment Calculators\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"Calculate your movie night planning, binge-watch times, and explore nutritional information for your favorite fast foods.\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script></body></html>