- ID de l'analyse :
- f945c022-894e-4959-a060-3449059cf0caTerminée
- URL soumise :
- https://pbskids.org/ruff/games/cookie-creator
- Fin du rapport :
Liens : 6 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.pbs.org/parents/autism-acceptance | Learn more on PBS KIDS for Parents. |
https://www.pbs.org/parents/shows/lyla | Learn More |
https://www.wgbh.org/ | GBH Kids |
https://www.ed.gov/ | DOE |
https://www.cpb.org/ | CPB |
https://www.sgptv.org/programs/PBS-KIDS-ruff-ruffman-show/ | Program Sponsorship |
Variables JavaScript : 67 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
ruffNamespace | object |
dataLayer | object |
_loader_root | string |
_headband_js_root | string |
_global_resources_root | string |
_sponsor_js_root | string |
Messages de journal de console : 11 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
log | other |
|
log | other |
|
warning | other |
|
warning | other |
|
error | network |
|
error | network |
|
warning | other |
|
log | javascript |
|
log | javascript |
|
log | javascript |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html class="games svg" lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Team Hamster! and The Ruffman Ruffman Show . Games . Cookie Creator | PBS KIDS">
<meta name="description" content="Help Ruff make, decorate, and serve cookies to customers! Use science inquiry to explore and test different ingredients in this kitchen science game.">
<title>Team Hamster! and The Ruffman Ruffman Show . Games . Cookie Creator | PBS KIDS </title>
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-GDB58X5RY5&cx=c&_slc=1"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-Q55KFWW8G2&l=dataLayer&cx=c&gtm=45He4cb0v6302768za200"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-GZK2MK50WK&l=dataLayer&cx=c&gtm=45He4cb0v6302768za200"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-MR8JHB"></script><script>
var ruffNamespace = {
'config': {
'path': {
'assets': 'https://cms-tc.pbskids.org/ruffwebsite/resources/',
'siteUrl': 'https://pbskids.org/ruff/'
}
}
};
</script>
<style>
@keyframes hamsterBall {
0%,
100% {
top: -30px;
}
50% {
top: 30px;
}
}
@keyframes hamsterRun {
0% {
background-position: 0;
}
100% {
background-position: -805px;
}
}
.preloader {
display: none;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #99a0dd;
z-index: 20000;
}
.preloader.active {
display: block;
}
.preloader .loader {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
color: #fff;
width: 560px;
transform: translate(-50%, -50%);
}
.preloader .loader img {
display: block;
margin: 0 auto 20px;
max-width: 268px;
}
.preloader .loader .hamster-holder {
position: relative;
height: 250px;
max-width: 500px;
margin: 0 auto;
}
.preloader .loader .hamster-holder .hamster-ball {
position: absolute;
margin-left: 0;
margin-right: 0;
top: -30px;
animation-name: hamsterBall;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in;
}
.preloader .loader .hamster-holder .hamster-ball:first-child {
left: 0;
z-index: 3;
animation-delay: 0s;
animation-name: hamsterBall;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.preloader .loader .hamster-holder .hamster-ball:nth-child(2) {
left: 33%;
z-index: 2;
animation-delay: 0.5s;
animation-name: hamsterBall;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.preloader .loader .hamster-holder .hamster-ball:last-child {
right: 0;
z-index: 1;
animation-delay: 1s;
animation-name: hamsterBall;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.preloader .loader .hamster-holder .hamster-ball .mateo {
display: block;
background-image: url(https://cms-tc.pbskids.org/ruffwebsite/resources/static/sprite_mateo.png?fhash=8949bae);
background-repeat: no-repeat;
background-size: auto 100%;
width: 200px;
height: 200px;
animation: hamsterRun 0.25s steps(4) infinite forwards;
}
.preloader .loader .hamster-holder .hamster-ball .sadie {
display: block;
background-image: url(https://cms-tc.pbskids.org/ruffwebsite/resources/static/sprite_sadie.png?fhash=d9e780a);
background-repeat: no-repeat;
background-size: auto 100%;
width: 201px;
height: 201px;
animation: hamsterRun 0.25s steps(4) infinite forwards;
}
.preloader .loader .hamster-holder .hamster-ball .tasha {
display: block;
background-image: url(https://cms-tc.pbskids.org/ruffwebsite/resources/static/sprite_tasha.png?fhash=baec15e);
background-repeat: no-repeat;
background-size: auto 100%;
width: 201px;
height: 200px;
animation: hamsterRun 0.25s steps(4) infinite forwards;
}
.preloader .loadbar {
width: 300px;
margin: 0 auto;
border-radius: 30px;
background-color: #ede2d0;
border: 10px solid #ede2d0;
}
.preloader .loadbar .bar {
background-color: #78b94c;
border-radius: 30px;
height: 30px;
width: 0;
transition: width 0.1s linear;
}
@media (max-width: 540px), (max-height: 400px) {
.preloader .loader {
width: 420px;
height: 85%;
}
.preloader .loader .hamster-holder .hamster-ball .tasha,
.preloader .loader .hamster-holder .hamster-ball .mateo,
.preloader .loader .hamster-holder .hamster-ball .sadie {
transform: scale(0.75);
}
.preloader .loader .hamster-holder {
transform: scale(0.75);
height: 185px;
}
.preloader .loader .hamster-holder .hamster-ball:nth-child(2) {
left: 25%;
}
.preloader .loadbar {
width: 250px;
}
.preloader .loader .loading-text {
max-width: 200px !important;
}
}
</style>
<link href="https://cms-tc.pbskids.org/ruffwebsite/resources/sass/site.css?fhash=69ae3f1" rel="stylesheet">
<link href="https://cms-tc.pbskids.org/headband/resources/sass/producer-headband.css?fhash=ddacb99" rel="stylesheet">
<link href="https://cms-tc.pbskids.org/ruffwebsite/resources/sass/game.css?fhash=40048f6" rel="stylesheet">
<link href="https://cms-tc.pbskids.org/sponsorship/resources/css/sponsors.css?fhash=34dfb8d" rel="stylesheet"><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="https://cms-tc.pbskids.org/loader/resources/js/loaders/producers.require.config.js?fhash=b5ea82a" src="https://cms-tc.pbskids.org/loader/resources/js/loaders/producers.require.config.js?fhash=b5ea82a"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="messages" src="https://cms-tc.pbskids.org/headband/resources/js/messages.js?rqfhash=a0aca9a"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="headband" src="https://cms-tc.pbskids.org/headband/resources/js/producer-headband.js?rqfhash=96d8b30"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="jquery" src="https://cms-tc.pbskids.org/loader/resources/js/lib/jquery/jquery-1.10.2.js?rqfhash=45b682b"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="pubsub" src="https://cms-tc.pbskids.org/headband/resources/js/PBS.KIDS.pubsub.js?rqfhash=0b8f0d9"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="utils" src="https://cms-tc.pbskids.org/loader/resources/js/lib/progresstracker/utils.js?rqfhash=d17c05f"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="jquery-touch" src="https://cms-tc.pbskids.org/loader/resources/js/lib/jquery/jquery.mobile-1.3.1-touch-swipe-only.min.js?rqfhash=c60aad6"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="localization" src="https://cms-tc.pbskids.org/headband/resources/js/localization.js?rqfhash=c33ef2e"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="bridge-overlay" src="https://cms-tc.pbskids.org/sponsorship/resources/js/bridge.js?rqfhash=fb85e3a"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="uuid" src="https://cms-tc.pbskids.org/globalresources/resources/js/lib/PBS.KIDS.uuid.js?rqfhash=a76e3a4"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="bridge-urls" src="https://cms-tc.pbskids.org/sponsorship/resources/js/bridge.urls.js?rqfhash=b0ab6e5"></script></head>
<body ontouchstart="" class="has-sponsor-bridge headband-ruff has-headband" style=""><div id="headband-container" class="producer-headband show-me">
<div class="headband-nav">
<ul class="headband-primary-nav">
</ul>
<div id="parents-message-bar">
<div class="wrap">
<div id="parents-messages"><div class="parents-message track"><i class="message-badge new-show"><span class="copy">new show</span></i><p class="message" style="width: 340px;">Follow the adventures of Carl the Collector and his friends in this new show.<span class="text-test" style="position:fixed; left:-999em;">Follow the adventures of Carl the Collector and his friends in this new show.</span><a class="more-toggle" href="https://pbskids.org/videos/carl-the-collector" target="_blank">Watch now.</a></p></div><div class="parents-message track"><i class="message-badge special"><span class="copy">special</span></i><p class="message" style="width: 298.4px;">There are many ways to support children on the autism spectrum.<span class="text-test" style="position:fixed; left:-999em;">There are many ways to support children on the autism spectrum.</span><a class="more-toggle" href="https://www.pbs.org/parents/autism-acceptance" target="_blank">Learn more on PBS KIDS for Parents.</a></p></div><div class="parents-message track"><i class="message-badge activity"><span class="copy">activity</span></i><p class="message" style="width: 376px;">Creative problem-solving is fun with “Lyla in the Loop!" Try these crafts and games.<span class="text-test" style="position:fixed; left:-999em;">Creative problem-solving is fun with “Lyla in the Loop!" Try these crafts and games.</span><a class="more-toggle" href="https://www.pbs.org/parents/shows/lyla" target="_blank">Learn More</a></p></div></div>
</div>
<div class="parents-bar-tooltips"></div>
<button id="squished-headband-toggle"><span class="hidden">Toggle message bar</span></button>
</div>
<ul class="headband-supplementary-nav">
<li class="nav-item apps"><a href="https://pbskids.org/apps/">Apps</a></li>
<li class="nav-item shop"><a href="https://shop.pbskids.org/?utm_source=PBS_kids&utm_medium=brandsite&utm_content=ShopButton&utm_campaign=homepage_091914">Shop</a></li>
<li class="nav-item parents"><a href="https://pbskids.org/grownups/">Parents</a></li>
<script type="text/javascript">
if ( !(/NO_SHOP_LINK=/).test(document.cookie) ) {
document.querySelector('.nav-item.shop').classList.remove('hidden');
document.querySelector('.nav-item.parents').classList.remove('hidden');
}
</script>
<li class="nav-item station" style="display:none;">
<a class="callsign" href="" title="">
<span class="alt-call-letters"></span>
<img src="">
</a>
</li>
<li class="nav-item tv-times" style="display:none">
<a href="">TV Times</a>
</li>
<li class="nav-item settings">
<button data-action="settings-trigger">Settings</button>
<div id="settings-tooltip" class="parents-tooltip down no-show"><h3>PBS KIDS Settings</h3><button class="close-tooltip-button"><em>Close</em></button><div class="module localization-module"><div class="header"><h4>Your Local PBS Station</h4></div><span class="logo"><img src="" alt="undefined"></span><p class="module-description">Choose your station for TV schedules and local features</p><div class="settings-panel hidden"><aside style="position:relative;" class="pbskids-station-picker"><article class="pbskids-station-list-container" style=" display:none;"><header><h1>Select your local station</h1></header><p></p><ul class="pbskids-station-list"></ul><p></p><footer>Results for <span class="current-zipcode"></span>. <a class="change-zipcode" data-show-zipcode-picker="" data-click-handler-attached="true">Try another zip code.</a></footer></article><form name="pbskids-get-zipcode" class="pbskids-get-zipcode" action="javascript:void(0);" onsubmit="org.pbskids.localization.updateZip('fromPicker');" style="background:#FFF; text-align:center; padding:20px 0; "><label for="station-picker-zipcode-input" style="display: block;">What is your zip code?</label><span style="display:block">PBS KIDS uses your zip code to find our stations in your area.</span><input id="station-picker-zipcode-input" name="zipcode" class="input-zipcode" type="text" maxlength="5" placeholder="zip code" value="" style="text-align:center;"><input type="submit" value="Go"></form></aside></div><div class="footer"><button class="view-settings">Find your station</button><button class="all-settings hidden">Back</button></div></div></div></li>
</ul>
</div>
</div>
<!-- START GLOBAL INCLUDE -->
<!-- Start Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-MR8JHB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(), event:'gtm.js'});
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MR8JHB');
</script>
<!-- End Google Tag Manager -->
<!-- Start Headband -->
<!-- End Headband -->
<script type="text/javascript">
var _loader_root = "https://cms-tc.pbskids.org/loader/resources/";
var _headband_js_root = "https://cms-tc.pbskids.org/headband/resources/js/";
var _global_resources_root = "https://cms-tc.pbskids.org/globalresources/resources/";
var _sponsor_js_root = "https://cms-tc.pbskids.org/sponsorship/resources/js/";
var _sponsor_img_root = "https://cms-tc.pbskids.org/sponsorship/resources/img/";
</script>
<script type="text/javascript">
window._hashedResourceFiles = [
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.playnice.js","hash":"0511cbf"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/bellhop-1.1.4.js","hash":"e4cd6b6"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.uuid.js","hash":"a76e3a4"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.hbars.js","hash":"44c04c6"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.EventEmitter.js","hash":"bd93c65"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.simple-storage.js","hash":"d7148cb"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.lodash.compat.min.js","hash":"613398a"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.socket.io.js","hash":"1858b81"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.handlebars.js","hash":"3c5dc17"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/jstorage.js","hash":"39000c2"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/login\/login.js","hash":"d4791a7"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/login\/login-compatibility.js","hash":"eae2a29"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/handlebars-v1.3.0.js","hash":"d7a58c2"},
{"url":"https:\/\/cms-tc.pbskids.org\/globalresources\/resources\/js\/lib\/PBS.KIDS.text.js","hash":"18f406d"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/jquery-noconflict.js","hash":"3a5c3f9"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/localization.js","hash":"c33ef2e"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/producer-headband.js","hash":"96d8b30"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/ga-current.js","hash":"5f8a27a"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/lib\/jquery-1.12.3.min.js","hash":"c07f226"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/PBS.KIDS.pubsub.js","hash":"0b8f0d9"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/headband.js","hash":"879b3fd"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/modernizr.js","hash":"176d175"},
{"url":"https:\/\/cms-tc.pbskids.org\/headband\/resources\/js\/messages.js","hash":"a0aca9a"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/producers-progresstracker.require.config.js","hash":"de4425b"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/video.require.config.js","hash":"4c9f8bb"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/apps.require.config.js","hash":"8640dbe"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/shell.require.config.js","hash":"f7dac68"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/producer-legacy.require.config.js","hash":"3929819"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/producers.require.config.js","hash":"b5ea82a"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/games.require.config.js","hash":"a67c449"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/loaders\/home.require.config.js","hash":"beb2105"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/sound.js","hash":"65eb451"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/PBS.KIDS.require.js","hash":"fcb547a"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/imagesloaded.js","hash":"2594a01"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/jquery-1.9.1.min.js","hash":"397754b"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/jquery.mobile-1.3.1-touch-swipe-only.min.js","hash":"c60aad6"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/plugins\/jquery-easing-1.3.js","hash":"e8950e3"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/plugins\/jquery-swipe.js","hash":"0f33842"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/plugins\/jquery.bxSlider.min.js","hash":"c8a53f5"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/jquery.mobile.custom.js","hash":"3561b4a"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/jquery\/jquery-1.10.2.js","hash":"45b682b"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/progresstracker\/utils.js","hash":"d17c05f"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/progresstracker\/queueingLibrary2.js","hash":"9d8e10c"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/progresstracker\/identity-0.2.js","hash":"d24c300"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/lib\/progresstracker\/game-tracker.js","hash":"b644029"},
{"url":"https:\/\/cms-tc.pbskids.org\/loader\/resources\/js\/shell.js","hash":"890e1b2"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/the-wheel\/the-wheel.js","hash":"0ad2b36"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/views\/tv-times.js","hash":"ca4171f"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/views\/home.js","hash":"e7115ea"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/views\/all-page.js","hash":"cc41f75"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/TweenMax.min.js","hash":"ce21ff4"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/sound.js","hash":"65eb451"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/less-1.3.3.min.js","hash":"d46b3d1"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Math2.js","hash":"8316a4b"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Spring.js","hash":"8e05460"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Emitter.js","hash":"ee06e2a"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/BigBubble.js","hash":"5f42273"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/BubbleManager.js","hash":"3511bc3"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/DropIn.js","hash":"d38f826"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Bubble.js","hash":"551d0c8"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Math.Util.js","hash":"2bf04e0"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vote-api.js","hash":"131a31e"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/BubbleThemeApp.js","hash":"65e6ed6"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/lottie.min.js","hash":"4aae1c0"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/EasePack.min.js","hash":"64d6ca3"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/spp.min.js","hash":"a77b141"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/SignalBinding.js","hash":"051f9b7"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/soundjs-0.5.2.min.js","hash":"3a8f3ec"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/TweenLite\/1.11.8\/TweenLite.min.js","hash":"b102e11"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/vendor\/Signal.js","hash":"541f0a7"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/themes\/Preloader.js","hash":"1ac8943"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/raphael-min.js","hash":"ffd330b"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/pixi\/v2.1.0\/pixi.js","hash":"1fb4e9c"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/pixi\/v1.6.0\/pixi.js","hash":"dcb3240"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/pixi\/v3.0.10\/pixi.js","hash":"e5e901f"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/pixi\/v1.5.3\/pixi.js","hash":"e4eead8"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/lib\/stickerbook.dist.js","hash":"0b2b16e"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/core\/PBS.KIDS.playnice.js","hash":"0aeb086"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/core\/PBS.KIDS.frame_party.js","hash":"3a9847a"},
{"url":"https:\/\/cms-tc.pbskids.org\/pbskidswebsite\/resources\/js\/tracking\/unity-sniffer.js","hash":"d45e931"},
{"url":"https:\/\/cms-tc.pbskids.org\/sponsorship\/resources\/js\/sponsors.js","hash":"5e9e23b"},
{"url":"https:\/\/cms-tc.pbskids.org\/sponsorship\/resources\/js\/bridge.urls.js","hash":"b0ab6e5"},
{"url":"https:\/\/cms-tc.pbskids.org\/sponsorship\/resources\/js\/bridge.js","hash":"fb85e3a"},
];
window._requireJsUrlArgs = function(id, url) {
var files = window._hashedResourceFiles;
for (var i =0; i < files.length; i++) {
var file = files[i];
if (file.hash) {
var alreadyHasHash = url.match(/[\?\&][a-z]hash=/);
var matches = url.match(RegExp(file.url));
if (!alreadyHasHash && matches) {
var args = [];
if (file.hash) {
args.push('rqfhash=' + file.hash);
}
return (url.indexOf('?') === -1 ? '?' : '&') + args.join('&');
}
}
}
return '';
};
</script>
<script type="text/javascript" src="https://cms-tc.pbskids.org/loader/resources/js/lib/PBS.KIDS.require.js?fhash=fcb547a" data-main="https://cms-tc.pbskids.org/loader/resources/js/loaders/producers.require.config.js?fhash=b5ea82a"></script>
<!-- END GLOBAL INCLUDE -->
<div id="site">
<main class="game">
<header>
<div class="site-nav">
<h1>
<a href="http://pbskids.org/" class="pbs-logo">
<img src="https://cms-tc.pbskids.org/globalresources/resources/img/pbs-kids-logo.svg?fhash=52b8c6e" alt="PBS Kids Logo. ">
</a>
<a href="https://pbskids.org/ruff/" class="ruff-logo">
<span>The Ruff Ruffman Show</span>
</a>
<a href="https://pbskids.org/ruff/" class="hamsters-logo">
<span>Team Hamster!</span>
</a>
</h1>
</div>
</header>
<div id="game">
<div class="content">
<div class="wrapper content-spacer">
<ul class="controls">
<li><a class="close" href="/ruff/games">Close</a></li>
<li><a class="audio unmuted" href="javascript:void(0);" style="">Audio</a></li>
<li><a class="cc muted" href="javascript:void(0);" style="">CC</a></li>
<li><a class="fs" href="javascript:void(0);">Fullscreen</a></li>
</ul>
<div class="game-border">
<div class="game-wrapper">
<iframe data-status="prod" data-token="" id="game-container" class="js-springroll-canvas" width="1000" height="510" data-game="b3242cfa-a2e8-11e7-ba59-22000a8e97c6" scrolling="no" frameborder="0" src="https://springroll-tc.pbskids.org/kitchen-game/1b83da585349a3c8de583513449bb41863538aa4/release/index.html">
</iframe>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
if (window.springroll === undefined || springroll.Container === undefined) {
throw new Error('Unable to open game, springroll.Container is not defined');
}
var containerOptions = {"soundButton":".controls .audio","captionsButton":".controls .cc","apiDomain":"\/\/springroll.pbskids.org","learningApiUrl":"https:\/\/learning-analytics.services.pbskids.org\/events\/games"};
if (!containerOptions) {
var container = new springroll.Container('#game-container');
} else if (containerOptions.containerVersion && containerOptions.containerVersion === '2') {
var plugins = [];
if (containerOptions.plugins && containerOptions.plugins.length) {
for (var i = 0; i < containerOptions.plugins.length; i++) {
var pluginName = containerOptions.plugins[i].shift();
var pluginConstructor;
pluginConstructor = window.springroll[pluginName] || window[pluginName];
if (!pluginConstructor) {
console.warn(`Cannot instantiate the \`${pluginName}\` plugin. It is undefined in both \`window.springroll.${pluginName}\` and \`window.${pluginName}\``);
continue;
}
plugins.push(
new pluginConstructor(...containerOptions.plugins[i])
);
}
}
var initialContext = {
build_info: {
springroll_app_build: { commit: '' },
},
game_name: 'Ruff\u0027s\u0020Cookie\u0020Creator',
show_name: 'Team\u0020Hamster\u0021\u0020\u0026\u0020Ruff\u0020Ruffman',
game_guid: 'b3242cfa-a2e8-11e7-ba59-22000a8e97c6',
show_guid: 'c123bb45-d3cc-428d-9377-e3f326041d17',
language : 'en'// Reduce to just the first 2 letters of the locale, e.g. 'en_US' -> 'en'.
};
var container = new springroll.Container('#game-container', { plugins, context: initialContext });
} else {
var container = new springroll.Container('#game-container', containerOptions);
}
var playOptions = { 'playOptions': {"game_guid":"b3242cfa-a2e8-11e7-ba59-22000a8e97c6"} };
var url = 'https://springroll.pbskids.org/api/release/b3242cfa-a2e8-11e7-ba59-22000a8e97c6?';
var queryParams = {};
queryParams.status = 'prod';
for (var key in queryParams) {
url += key + '=' + queryParams[key] + '&';
}
fetch(url)
.then((resp) => {
if (!resp.ok) {
throw new Error('HTTP error: ' + resp.status);
}
return resp.json();
})
.then((resp) => {
if (!resp.data || !resp.data.url) {
throw new Error('URL not found.');
}
if (containerOptions && containerOptions.containerVersion && containerOptions.containerVersion === '2' && resp.data.commitId) {
container.context.build_info.springroll_app_build.commit = resp.data.commitId;
}
container.openPath(resp.data.url, playOptions);
})
.catch((err) => console.error('Unable to load game. ', err));
});
</script>
</main>
<nav class="nav">
<div class="wrapper">
<ul>
<li><a href="/ruff/videos" class="videos">Videos</a></li>
<li><a href="/ruff/games" class="games">Games</a></li>
<li><a href="/ruff/activities" class="activities">Activities</a></li>
</ul>
</div>
</nav>
<footer class="main-footer">
<div class="wrapper">
<div class="column">
<div class="produced">
<div class="copy">
<p><span>Team Hamster!<sup>™</sup></span> and <span>The Ruff Ruffman Show<sup>®</sup></span> are produced by GBH Kids.</p>
</div>
<div class="funding">
<a target="_blank" href="https://www.wgbh.org/" class="funder wgbh">GBH Kids</a>
</div>
</div>
<div class="info">
<div class="copy">
<p>Funding for <span>Team Hamster!<sup>™</sup></span> and <span>The Ruff Ruffman Show<sup>®</sup></span> is provided by the Department of Education and the Corporation for Public Broadcasting.</p>
</div>
<div class="funding">
<a target="_blank" href="https://www.ed.gov/" class="funder doe">DOE</a>
<a target="_blank" href="https://www.cpb.org/" class="funder cpb">CPB</a>
</div>
</div>
</div>
<div class="legal">
<p>The contents of this program were developed under a grant from the U.S. Department of Education. However, those contents do not necessarily represent the policy of the Department of Education, and you should not assume endorsement by the Federal Government. [PR/Award No. U295A150003, CFDA No. 84.295A]. </p>
<p>©2024 WGBH Educational Foundation. All rights reserved. <span>Team Hamster!<sup>™</sup></span>, <span>The Ruff Ruffman Show<sup>®</sup></span>, the characters and related indicia are trademarks of the WGBH Educational Foundation. All third party trademarks are the property of their respective owners. Used with permission. <a href="https://pbskids.org/privacy/" class="link" target="_blank"><b>Privacy Policy</b></a> | <a href="https://www.sgptv.org/programs/PBS-KIDS-ruff-ruffman-show/" class="link" target="_blank"><b>Program Sponsorship</b></a></p>
</div>
</div>
</footer>
</div>
<div class="preloader ">
<div class="loader">
<div class="hamster-holder">
<div class="hamster-ball">
<div class="mateo"></div>
</div>
<div class="hamster-ball">
<div class="sadie"></div>
</div>
<div class="hamster-ball">
<div class="tasha"></div>
</div>
</div>
<img class="loading-text" src="https://cms-tc.pbskids.org/ruffwebsite/resources/static/pre-loading.png?fhash=1ac6a09" alt="Loading...">
<div class="loadbar">
<div class="bar"></div>
</div>
</div>
</div>
<div style="display: none;">
<div id="sponsor-overlay-content" role="dialog">
<div class="sponsor-overlay-copy">
</div>
</div>
</div>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/jquery.js?fhash=46836bb"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/jquery.waitforimages.min.js?fhash=d57edd6"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/iscroll.js?fhash=695124f"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/pixi.min.js?fhash=74ca4ed"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/pixi-animate.min.js?fhash=5549ef4"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/pixi-sound.js?fhash=e030686"></script>
<script type="text/javascript" id="" charset="">(function(){window.__piiRedact=window.__piiRedact||!1;var k=function(f){var c=[{name:"EMAIL",regex:/[^\/]{4}(@|%40)(?!example\.com)[^\/]{4}/gi,group:""},{name:"SELF-EMAIL",regex:/[^\/]{4}(@|%40)(?=example\.com)[^\/]{4}/gi,group:""},{name:"TEL",regex:/((tel=)|(telephone=)|(phone=)|(mobile=)|(mob=))[\d\+\s][^&\/\?]+/gi,group:"$1"},{name:"NAME",regex:/((firstname=)|(lastname=)|(surname=))[^&\/\?]+/gi,group:"$1"},{name:"PASSWORD",regex:/((password=)|(passwd=)|(pass=))[^&\/\?]+/gi,group:"$1"},{name:"ZIP",
regex:/((postcode=)|(zipcode=)|(zip=))[^&\/\?]+/gi,group:"$1"}],d=function(a){return(a||document.location.search).replace(/(^\?)/,"").split("\x26").map(function(b){return b=b.split("\x3d"),this[b[0]]=decodeURIComponent(b[1]),this}.bind({}))[0]},h=function(a){return Object.keys(a).map(function(b){return b+"\x3d"+encodeURIComponent(a[b])}).join("\x26")},e=d(f),g;for(g in e)c.forEach(function(a){e[g].match(a.regex)&&(e[g]=e[g].replace(a.regex,a.group+"[REDACTED "+a.name+"]"))});return h(e)};if(!window.__piiRedact){window.__piiRedact=
!0;try{var l=window.navigator.sendBeacon;window.navigator.sendBeacon=function(){if(arguments&&arguments[0].match(/google-analytics\.com.*v=2&/)){var f=arguments[0].split("?")[0],c=arguments[0].split("?")[1];c=k(c);var d=[];arguments[1]&&arguments[1].split("\r\n").forEach(function(h){d.push(k(h))});arguments[0]=[f,c].join("?");arguments[1]&&0<d.length&&d.join("\r\n")}return l.apply(this,arguments)}}catch(f){return l.apply(this,arguments)}}})();</script><script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/site.js?fhash=1eab838"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/springroll-Bellhop-1.2.0.js?fhash=dd5267e"></script>
<script src="https://springroll-tc.pbskids.org/dist/container.min.js"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/analytics-reporter-plugin-5.9.1.js?fhash=cca2e32"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/lib/springroll-google-analytics-container-plugin.js?fhash=25a4959"></script>
<script src="https://cms-tc.pbskids.org/ruffwebsite/resources/js/fullscreen.js?fhash=ed951a0"></script>
<script src="https://cms-tc.pbskids.org/sponsorship/resources/js/sponsors.js?fhash=5e9e23b"></script>
</body></html>