Treasure Chest Challenge & Location in Forza Horizon 5 - HideoutTV (2024)

Treasure Chest Challenge & Location in Forza Horizon 5 - HideoutTV (1)

View more videos from Happy Hour Review

SWITCH CHANNEL

"); } addGrowl("Oops, the video you were looking for seems to be missing. We have automatically started the next video for you.", true, 10000, true); } var uid = findUid(); $(window).bind('beforeunload', function(){ if (!store('autorefresh')) { store("watchCount", 0); store("noAdCount", 0); store("wcni", 0); } }); $(".share-field").val(window.location.href); // function to update the like section var videokey = $("#likes").attr("data-key"); getLikedData(videokey); var pubsubdata = store('default_pub_profile_data'); var rewards_tooltip_dismissed = parseInt($("#rewards_tooltip_dismissed").val()); if (pubsubdata != null && pubsubdata.pub_id != null && pubsubdata.subid != null) { var hidePopup = parseInt(localStorage.getItem(pubsubdata.pub_id + "_" + pubsubdata.subid)); } if (rewards_tooltip_dismissed !== 1 && hidePopup !== 1) { $('.droptop-content').show(); } $(document).on('click', '#gotStatus', function () { var localDismissKey = $("#localDismissKey").val(); if (localDismissKey != null && localDismissKey != '') { localStorage.setItem(localDismissKey, 1); } $.ajax({ type: "GET", data: { method: 'updateRewardsTooltipStatus', status: 1 }, contentType: "application/json", url: 'api/user.php', success: function (data) { $('.droptop-content').hide(); $('.dropdown-content').show(); }, error: function (data) { } }); }); $(document).on('click', '.dropdown button', function () { $(this).closest('.dropdown').find('.dropdown-content').toggle(); store("wcni",0); // GA track event if ($(this).hasClass("rewards_button") && $(this).closest('.dropdown').find('.dropdown-content').is(":visible")) { gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Rewards Button Click' }); } if (pubsubdata != null) { watchClick(pubsubdata.pub_id, pubsubdata.subid); } }); $(document).on('click', '.dropdown-button-share', function () { if ($(this).hasClass("share_hidden")) { $(this).parent().find('.dropshare-content').css({top: "35px"}); $(this).removeClass("share_hidden"); store("wcni",0); // GA track event gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Share Button Click' }); } else { $(this).parent().find('.dropshare-content').css({top: "-10000px"}); $(this).addClass("share_hidden"); } if (pubsubdata != null) { watchClick(pubsubdata.pub_id, pubsubdata.subid); } }); $(document).on('click', '.dropdown-button-feedback', function () { if ($(this).hasClass("share_hidden")) { $(this).parent().find('.feedback-content').css({top: "35px"}); $(this).removeClass("share_hidden"); store("wcni",0); // GA track event gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Feedback Button Click' }); } else { $(this).parent().find('.feedback-content').css({top: "-10000px"}); $(this).addClass("share_hidden"); } if (pubsubdata != null) { watchClick(pubsubdata.pub_id, pubsubdata.subid); } }); // When the user clicks anywhere outside of the modal, close it $(document).on('click', function (event) { if (!$(event.target).hasClass('dropdown-button') && !$(event.target).hasClass('dropdown-button-img')) { if (!$(event.target).closest('.dropdown-content').hasClass('dropdown-content')) { $('.dropdown-content').hide(); } } }); $(document).on('click', function (event) { if (!$(event.target).hasClass('dropdown-button-share') && !$(event.target).hasClass('dropdown-button-share-img')) { if (!$(event.target).closest('.dropshare-content').hasClass('dropshare-content')) { $('.dropshare-content').css({top: "-10000px"}); $(".dropdown-button-share").addClass("share_hidden"); } } }); $(document).on('click', function (event) { if (!$(event.target).hasClass('dropdown-button-feedback') && !$(event.target).hasClass('dropdown-button-feedback-img')) { if (!$(event.target).closest('.feedback-content').hasClass('feedback-content')) { $('.feedback-content').css({top: "-10000px"}); $(".dropdown-button-feedback").addClass("share_hidden"); } } }); $(document).on('click', '#likes', function () { var videokey = $(this).attr("data-key"); var html = 'Treasure Chest Challenge & Location in Forza Horizon 5 - HideoutTV (2)'; var status = 0; $(this).toggleClass('liked-buttons'); if ($(this).hasClass('liked-buttons')) { status = 1; gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Like Button Click' }); } store("wcni",0); //call for storing likes $.ajax({ url: 'api/video.php', type: "POST", dataType: "json", data: { method: 'updateLikesById', status: status, video_id: videokey }, success: function (callback) { updateLikesData(videokey, callback.data); }, error: function (data) { } }); if (pubsubdata != null) { watchClick(pubsubdata.pub_id, pubsubdata.subid); } }); var videoId = $(".feedback-content").attr("data-videoId"); load_feedback_data(videoId); $(".feedbackItem").on('mouseenter',function(){ if (!$(this).hasClass('feedbackItem-true')) { $(this).find(".label").hide(); $(this).find(".count").show(); } }); $(".feedbackItem").on('mouseleave',function(){ if (!$(this).hasClass('feedbackItem-true')) { $(this).find(".label").show(); $(this).find(".count").hide(); } }); $(document).on('click', '.feedbackItem', function () { var item = $(this); var videoId = item.parent().parent().attr("data-videoId"); var status = 0; $(this).toggleClass('feedbackItem-true'); if ($(this).hasClass('feedbackItem-true')) { status = 1; gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Reactions Button Click' }); } var type = item.attr("data-type"); switch (type) { case 1: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Funny Button Click' }); break; case 2: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Helpful Button Click' }); break; case 3: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'More Like This Btton Click' }); break; case 4: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Confused Button Click' }); break; case 5: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Shocked Button Click' }); break; case 6: gtag('event', 'click', { 'event_category': 'WatchPageButton', 'event_label': 'Inspired Button Click' }); break; default: break; } $.ajax({ url: 'api/video.php', type: "POST", dataType: "json", data: { method: 'feedback', status: status, video_id: videoId, type: type }, success: function (callback) { if (item.hasClass('feedbackItem-true')) { var count = callback.count; item.find(".label").hide(); item.find(".count").html(count); item.find(".count").show(); } else{ var count = callback.count; //item.find(".label").show(); item.find(".count").html(count); //item.find(".count").hide(); } }, error: function (data) { } }); }); $(".noRewards .close").on('click',function(){ $(this).parent().hide(); }); $(".noRewards .button").on('click',function(){ $(this).hide(); $('.noRewards .causes').show(); }); $(".noRewardsButton").on('click',function(){ $('.noRewards .causes').hide(); $(".noRewards .button").show(); $('.noRewards').show(); }); if($('.noRewards').length > 0){ $('.noRewards').animate({'opacity':1},1400); } var subid = null; var pubid = null; if (pubsubdata !== null) { subid = pubsubdata.subid; pubid = pubsubdata.pub_id; } recordDeviceAndMouseMovement(uid,pubid, subid, 0); $(document).one("mousemove", function () { recordDeviceAndMouseMovement(uid,pubid, subid, 1); }); if (isActive) { var gtagInterval = setInterval(function(){refreshGtag()}, 150000); } playerApi.on('videoCompleted100', function(){ $("#ogPopup").hide(); ogPopupClosed = false; if (isActive) { refreshGtag(); if (typeof gtagInterval !== 'undefined') { clearInterval(gtagInterval); } gtagInterval = setInterval(function(){refreshGtag()}, 150000); } var itemCount = playlistSize; var index = playerApi.getVideoIndex(); if (index+1 == itemCount) { playerApi.pause(); store("watchCount", 0); store("noAdCount", 0); store("wcni", 0); if (nextPlaylistData == "") { window.location.href = "/watchAllVideos.php"; } else { loadNewPlaylist(); } } }); playerApi.on("fullscreenChanged", function(eventData) { isFullScreen = eventData; }); playerApi.on('adClick',function(){ $.ajax({ url: 'api/user.php', type: "POST", data: {method: 'adClick'}, success: function () { } }); }); $("#ogPopup .closeButton").on('click',function(){ ogPopupClosed = true; $("#ogPopup").hide(); });});//START Player growl notifications (not autolinking)function addGrowl(message, autoclose = true, timeout = 10000, hascloseButton = false) { var html = "

"; slideIn(html, autoclose, timeout);}function slideIn(growl, autoclose = true, timeout = 10000) { growl = $(growl); $('#growls').prepend(growl); growl.animate({'height': '82px'}, 400); growl.animate({'opacity': 1}, 400); if (autoclose) { setTimeout(function () { slideOut(growl); }, timeout); }}function slideOut(growl) { growl.animate({'left': '355px', 'opacity': 0}, 400); growl.animate({'height': '0px', 'margin': '0px'}, 300, function () { growl.remove(); });}// END notificationsfunction recordDeviceAndMouseMovement(uid,pubId, subId, mouseMovement) { $.ajax({ url: 'api/user.php', type: "POST", data: {method: 'recordDeviceAndMouseMove', uid:uid, pubid: pubId, subid: subId, hasMouseMovement: mouseMovement}, success: function () { } });}function calculateCuePoints(duration) { var cuePointsPercentage = []; var cuePointsStatic = [100,180,300,420,600,780,960]; cuePointsStatic.forEach(function(currentValue) { if (duration < currentValue) { return; } cuePointsPercentage.push(Math.round(currentValue / duration * 100)); }); return cuePointsPercentage;}function getLikedData(videokey) { //call for getting likes $.ajax({ url: 'api/video.php', type: "POST", dataType: "json", data: { method: 'updateLikesById', video_id: videokey }, success: function (callback) { updateLikesData(videokey, callback.data); }, error: function (data) { } });}function updateLikesData(videokey, data) { var count = data.likes; $('#likes').attr("data-count", count); var isliked = data.liked; var html = 'Treasure Chest Challenge & Location in Forza Horizon 5 - HideoutTV (4)'; if (isliked) { $("#likes").addClass('liked-buttons').html(html + ' ' + count); } else { $("#likes").removeClass('liked-buttons').html(html + ' LIKE'); } if ($("#likes").hasClass('liked-buttons')) { $(".tooltiptext").html('I like this video'); } else { $(".tooltiptext").html(count + ' viewers like this video'); }}function createCookie(key, value, exp) { var date = new Date(); date.setTime(date.getTime() + (exp * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); document.cookie = key + "=" + value + expires + "; path=/;secure;samesite=strict";}function load_feedback_data(videoId){ $(".feedback-content").attr("data-videoId",videoId); $.ajax({ url: 'api/video.php', type: "POST", dataType: "json", data: { method: 'getFeedbackData', video_id: videoId, }, success: function (callback) { $(".feedbackItem").removeClass("feedbackItem-true"); $(".feedbackItem").find(".label").show(); $(".feedbackItem").find(".count").html(0); $(".feedbackItem").find(".count").hide(); var data = callback.data; for (let index = 0; index < data.length; index++) { const element = data[index]; const type = element.type; const count = element.count; var item; switch (type) { case 1: item = $('[data-type="1"]'); break; case 2: item = $('[data-type="2"]'); break; case 3: item = $('[data-type="3"]'); break; case 4: item = $('[data-type="4"]'); break; case 5: item = $('[data-type="5"]'); break; case 6: item = $('[data-type="6"]'); break; case 7: item = $('[data-type="7"]'); break; case 8: item = $('[data-type="8"]'); break; case 9: item = $('[data-type="9"]'); break; case 10: item = $('[data-type="10"]'); break; case 11: item = $('[data-type="11"]'); break; case 12: item = $('[data-type="12"]'); break; default: break; } if(element.hasType){ item.addClass("feedbackItem-true"); item.find(".label").hide(); item.find(".count").show(); item.find(".count").html(count); } else { item.find(".count").html(count); } } }, error: function (data) { } });}if(window.location.href.indexOf("&prof") > -1) { var offer_string = ""; var QueryString = function () { var query_string = {}; var query = window.location.search.substring(1); var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if(pair[0] !== "vid" && pair[0] !== "pid"){ offer_string += "&"+pair[0]+"="+pair[1]; } // If first entry with this name if (typeof query_string[pair[0]] === "undefined") { query_string[pair[0]] = decodeURIComponent(pair[1]); // If second entry with this name } else if (typeof query_string[pair[0]] === "string") { var arr = [query_string[pair[0]], decodeURIComponent(pair[1])]; query_string[pair[0]] = arr; // If third or later entry with this name } else { query_string[pair[0]].push(decodeURIComponent(pair[1])); } } return query_string; }();}function addNextItems(position){ var nextList = $(".rightArea .nextList"); if (typeof position === 'undefined'){ var position = playerApi.getVideoIndex(); } var html = ""; if (nextList.length > 0) { nextList.find('.nextVideoBox').first().addClass('slideUpVideo'); } for (var i = position+1; i < position+6 && i < localPlaylistData["playlist"].length; i++) { var localItem = localPlaylistData.playlist[i]; var duration = localItem['duration']; if(isInt(duration)){ var duration = secondsToTime(duration); } var viewLabel = "views"; var views = 0; var formatedViews = 0; var username = "HideoutTV"; var dateString; var watchLater = ''; var channelAlias = ''; var videoTitle = localItem['title']; var chars = 60; var videoLength = videoTitle.length; var thumb = ""; if(videoLength >= chars - 3) { videoTitle = videoTitle.substr(0, chars - 3)+"..."; } if (typeof localItem != 'undefined'){ views = localItem["views"]; formatedViews = getFormatedViews(views,1); if(views === 1) viewLabel = "view"; if (localItem.date) { var date = new Date(localItem.date.replace(/-/g, "/")); } else { var date = new Date(new Date().toJSON().slice(0, 19).replace('T', ' ').replace(/-/g, "/")); } dateString = " - "+timeSince(date)+" ago"; var thumb = localItem.imageUrl; if(typeof localItem.jw_image != 'undefined' && localItem.jw_image !== null){ thumb = localItem.jw_image; } if (localItem.username !== null){ username = localItem.username; } if (localItem.watch_later_id !== null){ watchLater = 'added'; } if (typeof localItem.channel_alias != 'undefined' && localItem.channel_alias !== null && localItem.channel_alias != ''){ channelAlias = ' - ' + localItem.channel_alias; } } else{ var date = new Date(item.pubdate*1000); dateString = " - "+timeSince(date)+" ago"; } var url = location.pathname+"?vid="+localItem['id']+"&pid="+pid; //If comming from offerwall, add params if(window.location.href.indexOf("&prof") > -1) { url += offer_string; } var watchLaterUrl = getWatchLaterUrl(); //get the channel url if(watchLaterUrl == 'watch_later') { var pNameLower = localItem.feed_name.toLowerCase(); } else { var pNameLower = pName.toLowerCase(); } pNameLower = pNameLower.replace(/[`~!@#$%^&*()_|+\-=��?;:'",.<>\{\}\[\]\\\/]/g,''); pNameLower = pNameLower.replace(/ /g,''); if (userChannel == 1) { var channelUrl = "/userchannel/" + pNameLower; username = ''; } else { var channelUrl = "/channel/" + pNameLower; } html += "

" html += "

" html += "" if (loginsession == 1){ html += "" } html += "" html += ""+duration+"" html += "" html += "

" html += "

" html += "

"+videoTitle+"

" html += "

" if(watchLaterUrl == 'watch_later') { html += ""+username+" - "+ localPlaylistData.name[i] + channelAlias+"" } else { html += ""+username+" - "+ pName + channelAlias+"" } html += "

" html += "

"+formatedViews+" "+viewLabel+" "+dateString+"

" html += "

" html += "

" html += "

" } setTimeout(function() { $(".rightArea .nextList").html(html); }, 400);}function loadNewPlaylist() { var nextPLFirst = nextPlaylistData[0]; var url = location.pathname + '?vid=' + nextPLFirst.id + "&pid=" + nextPLFirst.plyalistid; //If comming from offerwall, add params if (window.location.href.indexOf("&prof") > -1) { url += offer_string; } window.top.location = url;}function updateViews() { var item = localPlaylistData.playlist[playerApi.getVideoIndex()]; var duration = curritem.customFields.find(obj => { return obj.name === "duration" }).value; $.ajax({ url: "/api/video.php", method: 'POST', data: { method: "updateVideoViews", mediaid: item.id, listid: pid, title: item.title, description: item.description, duration: duration } });}function checkNextList(){ var itemCount = localPlaylistData.playlist.length; var position = playerApi.getVideoIndex(); var remain = itemCount - position if(remain <= 5){ addNextPlaylistItems(6-remain); }}function addNextPlaylistItems(count){ var nextList = $(".rightArea .nextList"); var html = ""; for (var i = 0; i < count; i++) { var item = nextPlaylistData[i]; var viewLabel = "views"; var date = ""; var username = "Hideout.co"; var duration = item['duration']; if(isInt(duration)){ var duration = secondsToTime(duration); } var views = item.views; var formatedViews = getFormatedViews(views, 1); if(views === 1) viewLabel = "view"; var date = new Date(item.date.replace(/-/g, "/")); dateString = " - "+timeSince(date)+" ago"; if (item.username !== null){ username = item.username; } var url = location.pathname+"?vid="+item.id+"&pid="+item.plyalistid; //If comming from offerwall, add params if(window.location.href.indexOf("&prof") > -1) { url += offer_string; } var thumb = "//img.connatix.com/"+ item.connatix_key +"/1_th.jpg"; if(item.jw_image !== null){ thumb = localItem.jw_image; } html += "

" html += "" html += "" html += ""+duration+"" html += "" html += ""+item['title']+"" html += ""+username+" - "+item.feed_name+"" html += ""+formatedViews+" "+viewLabel+" "+dateString+"" html += "" html += "

"; } nextList.append(html);}function getFormatedViews(num, digits) { var si = [ { value: 1, symbol: "" }, { value: 1E3, symbol: "K" }, { value: 1E6, symbol: "M" }, { value: 1E9, symbol: "G" }, { value: 1E12, symbol: "T" }, { value: 1E15, symbol: "P" }, { value: 1E18, symbol: "E" } ]; var rx = /\.0+$|(\.[0-9]*[1-9])0+$/; var i; for (i = si.length - 1; i > 0; i--) { if (num >= si[i].value) { break; } } return (num / si[i].value).toFixed(digits).replace(rx, "$1") + si[i].symbol;}function playlistItemAction(index, item, noView) { var theTitle = item.title; var theDescr = item.description; var localData = localPlaylistData; var localItem = localData.playlist[index]; var viewLabel = "views"; var views = 0; var formatedViews = 0; var username = "HideoutTV"; var date; if (typeof localItem != 'undefined'){ views = localItem["views"]; formatedViews = getFormatedViews(views,1); if(views === 1) viewLabel = "view"; if (localItem.username !== null){ username = localItem.username; } date = new Date(localItem.date.replace(/-/g, "/")); var videoId = localItem.videoId; load_feedback_data(videoId); if (typeof init_comments === "function") { init_comments(videoId); } } else{ var date = new Date(item.pubdate*1000); } var watchLaterUrl = getWatchLaterUrl(); //let cuePoints = calculateCuePoints(localItem.duration); //console.log(cuePoints); //playerApi.updateDynamicCuePoints(cuePoints); $(".leftArea .views").html(formatedViews + " " + viewLabel); $(".leftArea .title:first").html(theTitle); document.title = theTitle+" - HideoutTV"; //$(".leftArea .name").html(username); if(watchLaterUrl == 'watch_later') { $(".leftArea .info .channel").html(localItem.feed_name); } else { $(".leftArea .info .channel").html(localData.name); } $(".leftArea .info .date").text(timeSince(date)+" ago"); $(".leftArea .description").html(theDescr); if (typeof noView === 'undefined' || noView !== false) { updateViews(); } addNextItems(index); var params = getSearchParameters(); var existingParams = ""; for (var key in params) { if (params.hasOwnProperty(key) && key != "vid" && key != "pid") { existingParams += "&"+key+"="+params[key]; } } window.history.pushState("", "", location.pathname+"?vid="+item.id+"&pid="+pid+existingParams); if(localItem.video_owner_id > 0 && localItem.video_owner_id != localItem.owner_id){ ogVideoTime = localItem.duration; showOgPopup = true; var pNameLower = localItem.og_feed_name.toLowerCase(); pNameLower = pNameLower.replace(/[`~!@#$%^&*()_|+\-=��?;:'",.<>\{\}\[\]\\\/]/g,''); pNameLower = encodeURIComponent(pNameLower); var html = "Original video from: "+localItem.og_feed_screen_name+" by "+localItem.og_username+". Switch Channel to view more"; $(".leftArea .og_info").html(html); $(".leftArea #ogPopup .more_videos").html("View more videos from " + localItem.og_feed_name); $(".leftArea #ogPopup a").attr("href",location.pathname + "?vid=DEF&pid=" + localItem.og_feed_id); } else{ $(".leftArea .og_info").html(""); showOgPopup = false; } //update like button section if (item.id){ $("#likes").attr("data-key", item.id); getLikedData(item.id); } // Update tweet button $(".twitter-share-button").remove(); let utmParams = '?utm_source=twitter&utm_medium=share&utm_term='+item.id; if(window.location.search){ utmParams = '&utm_source=twitter&utm_medium=share&utm_term='+item.id; } $(".buttons").children().first().after(''); twttr.widgets.load(); $(".share-field").val(window.location.href); $('.leftArea .description').linkify({ target: "_blank" });}function getWatchLaterUrl(){ var hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for (var i = 0; i < hashes.length; i++) { hash = hashes[i].split('='); } return hash[1];}$(window).blur(function () { isActive = false; if (typeof gtagInterval !== 'undefined') { clearInterval(gtagInterval); }});$(window).focus(function () { if (!isActive) { if (typeof gtagInterval !== 'undefined') { clearInterval(gtagInterval); } gtagInterval = setInterval(function(){refreshGtag()}, 150000); } isActive = true;});(function(){ $(document).ready(function(){ $("#stillWatching").on('click',hideWatching); var params = getSearchParameters(); var existingParams = ""; for (var key in params) { if (key === "prof" ){ createCookie('lastAdwallId', params[key], 30); } if (key === "pub" ){ createCookie('lastPub', params[key], 30); } if (key === "sub1" ){ createCookie('lastSub1', params[key], 30); } if (key === "sub2" ){ createCookie('lastSub2', params[key], 30); } if (key === "sub3" ){ createCookie('lastSub3', params[key], 30); } } } ); function hideWatching (){ clearTimeout(ayswTime); ayswTime = null; store("wcni", 0); store("noAdCount", 0); store("watchCount", 0); $("#watching").hide(); gtag('event', 'click', { 'event_category': 'AYSW', 'event_label': 'passed' }); if (typeof player_init === 'function') { player_init(); } else { playerApi.play(); } $("#watching").hide(); }})();//call for storing watch clicks countfunction watchClick(pubId, subId){ var uid = findUid(); $.ajax({ url: '/api/user.php', type: "POST", data: {method: 'updateWatchPageButtonClicks', uid:uid, pubid: pubId, subid: subId}, success: function (callback) { }, error: function (data) { } });}function findUid() { var uid = sessionStorage.getItem('uid'); if (!uid) { uid = (Date.now().toString(36) + Math.random().toString(36).substr(2, 10)); sessionStorage.setItem('uid', uid); } return uid;}function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift();}!function(){new Promise(e=>{const t=()=>e(!0),o=()=>e(!1),n=navigator.userAgent.match(/Version\/([0-9\._]+).*Safari/);if(n){const e=parseInt(n[1],10);if(e>=11)try{return window.openDatabase(null,null,null,null),o()}catch(e){return t()}else if(e<11)return(()=>{try{localStorage.length?o():(localStorage.x=1,localStorage.removeItem("x"),o())}catch(e){navigator.cookieEnabled?t():o()}})()}if(!window.webkitRequestFileSystem){if("MozAppearance"in document.documentElement.style){const e=indexedDB.open("test");return e.onerror=t,void(e.onsuccess=o)}return window.indexedDB||!window.PointerEvent&&!window.MSPointerEvent?o():t()}window.webkitRequestFileSystem(0,0,o,t)}).then(e=>{var t=S.sub1,o=S.pub,n=sessionStorage.getItem("uid"),i=store("default_pub_profile_data");null!==i&&(void 0===t&&(t=i.subid),void 0===o&&(o=i.pub_id)),$.ajax({url:"/api/user.php",method:"POST",data:{method:"saveBrowsingMode",uid:n,pub:o,sub:t,isPrivate:e},dataType:"json",success:function(e){"1"!=e.data||$(".noRewardsButton").length||(window.top.location=document.location.href)}})}),$("body").on("click",".nextList a",function(e){return store("wcni",0),e.preventDefault(),h($(this).attr("href")),!1});var e=0,t=!1,o=!0,n=0,i=((new Date).getTime(),store("neuter"),!1),a=store("ua"),r=store("isMobile"),s=!1,d=!0,u=["click","prof","pub","sub1","sub3","net","net2","net3","swag"],l=0,p="true";if(null===store("noAdCount")&&store("noAdCount",0),null===store("noAds"))store("noAds",0);else if(100===store("noAds")){var c=store("noAdsT");c=new Date(c),(new Date).toDateString()!=c.toDateString()?store("noAds",0):window.top.location="/watchLimit.php"}null===a&&(a=navigator.userAgent,store("ua",a)),null===r&&(r=MobileCheck.any(),store("isMobile",r));setInterval(function(){1},6e4);playerApi.on("videoStarted",function(){var e=store("noAds");if(100===e){var t=new Date;store("noAdsT",t),window.top.location="/watchLimit.php"}else store("noAds",e+1);1;var o=playerApi.getVideoIndex(),n=localPlaylistData.playlist[o];j("playlistpos_"+pid,n.id,30),playlistItemAction(o,n)}),$(document).ready(function(){$(".fbsharelink").click(function(){var e=currentItem=localPlaylistData.playlist[playerApi.getVideoIndex()],t="?utm_source=fb&utm_medium=share&utm_term="+e.id;window.location.search&&(t="&utm_source=fb&utm_medium=share&utm_term="+e.id),FB.ui({method:"share_open_graph",action_type:"og.shares",action_properties:JSON.stringify({object:{"og:url":window.location.href+t,"og:title":e.title,"og:description":e.description,"og:image":"https:"+e.thumbnail}})},function(e){})}),setInterval(m,2e4)});var f,v,b=0;function m(){var e=0;if(null===store("tbstimer")?store("tbstimer",0):(e=store("tbstimer"),e++,store("tbstimer",e)),b<3)b++;else if(b=0,store("tbstimer",null),o){var t=e/3,n=S.sub1,i=S.pub,a=sessionStorage.getItem("uid"),r=store("default_pub_profile_data");null!==r&&(void 0===n&&(n=r.subid),void 0===i&&(i=r.pub_id)),$.post("api/user.php",{method:"savetbstimer",uid:a,sub:n,pub:i,ip:xip,tabCount:t})}}function w(){window.badad&&window.vs&&window.vi&&window.ve}function h(o){var n=Math.round(100*e)/100;store("midearned",n),store("plps83hsldhsj",btoa(t)),store("plistcompleted")||store("plistcompleted",l),"1"==store("plistcompleted")&&j("fromLeak","1",30),window.top.location=void 0!==o?o:document.location.href}function _(e,t){if("only_stop"===t)return $("body *").remove(),window.stop(),void document.execCommand("Stop");if("no_future_ban"!==t&&store("safecheck","passed"),null!=store("default_pub_profile_data")){var o=store("default_pub_profile_data").subid,n=store("default_pub_profile_data").pub_id;$.post("api/bn.php",{sub:o,pub:n,ip:xip,safe:"yes",rid:e})}window.location="/watchLimit.php"}function g(e,t){if(o){var n=S.sub1,i=S.pub,a=sessionStorage.getItem("uid"),r=store("default_pub_profile_data");null!==r&&(void 0===n&&(n=r.subid),void 0===i&&(i=r.pub_id)),$.post("api/user.php",{method:"saveFP",uid:a,sub:n,pub:i,ip:xip,action:t,fp:e},function(e){})}}$(this).mousemove(function(e){0,0,0}),$(this).keypress(function(e){0,0,0}),playerApi.on("videoCompleted100",function(){!1,1,0,0}),setInterval(w,12e4),w(),"passed"===store("safecheck")&&(null!=store("default_pub_profile_data")&&void 0!==store("default_pub_profile_data").subid&&void 0!==store("default_pub_profile_data").pub_id&&""!=typeof store("default_pub_profile_data").subid&&""!=typeof store("default_pub_profile_data").pub_id&&(f=store("default_pub_profile_data").subid,v=store("default_pub_profile_data").pub_id,$.post("api/bn.php",{sub:f,pub:v,ip:xip,safe:"yes",rid:3})),window.location=serverName),playerApi.on("adCompleted100",function(){store("noAds",0),n=0,i||(s=!0,store("noAdCount",0)),i=!1});var y,A,k,I=null,C=0;if(playerApi.on("videoCompleted100",function(){if(clearInterval(I),I=null,C<10&&function(){var e=S.sub1,t=S.pub,o=sessionStorage.getItem("uid"),n=store("default_pub_profile_data");null!==n&&(void 0===e&&(e=n.subid),void 0===t&&(t=n.pub_id));(void 0!==e&&void 0!==t||void 0!==o)&&$.ajax({url:"/api/user.php",method:"POST",data:{method:"videoSkipped",uid:o,pub:t,sub:e},dataType:"json",success:function(e){"1"!=e.data||$(".noRewardsButton").length||(window.top.location=document.location.href)}})}(),C=0,11==(n+=1)&&(MobileCheck.any()||h()),!s){var e=store("noAdCount");store("noAdCount",e+1)}s=!1}),playerApi.on("videoStarted",function(){!0,null===I&&(I=setInterval(function(){C++},1e3)),null===store("wcni")&&store("wcni",0);var e=store("wcni");store("wcni",++e);var t=new Date;null!==store("lastCountDate")&&(storedDate=store("lastCountDate"),t=Date.parse(storedDate));var o=new Date,n=(o-t)/1e3/60;if(null===store("watchCount")&&store("watchCount",0),n<10){var i=store("watchCount");store("watchCount",++i)}else store("watchCount",1);store("lastCountDate",o),function(){var e=S.sub1,t=S.pub,o=sessionStorage.getItem("uid"),n=store("default_pub_profile_data");null!==n&&(void 0===e&&(e=n.subid),void 0===t&&(t=n.pub_id));if(void 0!==e&&void 0!==t||void 0!==o){var i="";$("#likes").length&&(i=$("#likes").attr("data-key")),$.ajax({url:"/api/user.php",method:"POST",data:{method:"videoRequested",uid:o,pub:t,sub:e,videokey:i},dataType:"json",success:function(e){"1"!=e.data||$(".noRewardsButton").length||(window.top.location=document.location.href)}})}}();var a=checkVideoCounter();a.val&&(playerApi.pause(),showWatching(a.type)),$(".advertisem*ntLabel").hide()}),window.location.href.indexOf("&prof")>-1)var S=function(){for(var e={},t=window.location.search.substring(1).split("&"),o=0;o

-1)for(y=0;y=-50&&t.left>=-50&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)}(e);t!=x&&(t?playerApi.play():playerApi.pause(),x=t)}}void 0===document.addEventListener||void 0===document[A]?$(window).blur(function(){playerApi.pause()}):document.addEventListener(k,function(){document[A]?playerApi.pause():!$("#watching").is(":visible")&&d&&(MobileCheck.any()||playerApi.play())},!1),setInterval(function(){window.realUrl&&_(4),window.howMany&&_(5),window.othermake&&_(6),"object"==typeof window._0x8e85&&_(8),"object"==typeof window._0x2608&&_(9),"object"==typeof window._0x7a82&&_(10)},6e3),$(document).ready(function(){Fingerprint2.get(function(e){var t=e.find(function(e){return"hasLiedBrowser"==e.key}).value,o=e.find(function(e){return"hasLiedOs"==e.key}).value,n=e.find(function(e){return"hasLiedResolution"==e.key}).value,i=e.find(function(e){return"hasLiedLanguages"==e.key}).value;if(null===store("rnd")){var a=Math.random().toString(36).substring(2,15);store("rnd",a)}else a=store("rnd");var r=e.map(function(e){return e.value}),s=Fingerprint2.x64hash128(r.join(""),31);s=s+"-"+a,t&&g(s,"has_lied_browser"),o&&g(s,"has_lied_os"),n&&g(s,"has_lied_resolution"),i&&g(s,"has_lied_languages"),g(s,"save")})}),playerApi.on("adPlay",function(){$(".advertisem*ntLabel").show()}),playerApi.on("adCompleted100",function(){$(".advertisem*ntLabel").hide()}),playerApi.on("adOpportunity",function(){!1,function(){var e=S.sub1,t=S.pub,o=sessionStorage.getItem("uid"),n=store("default_pub_profile_data");null!==n&&(void 0===e&&(e=n.subid),void 0===t&&(t=n.pub_id));(void 0!==e&&void 0!==t||void 0!==o)&&$.ajax({url:"/api/user.php",method:"POST",data:{method:"adRequested",uid:o,pub:t,sub:e,active:p,isFullScreen:0},dataType:"json",success:function(e){"1"==e.data&&$(".noRewardsButton").length}})}()}),playerApi.on("adImpression",function(){!function(){var e=S.sub1,t=S.pub,o=sessionStorage.getItem("uid"),n=store("default_pub_profile_data");null!==n&&(void 0===e&&(e=n.subid),void 0===t&&(t=n.pub_id));(void 0!==e&&void 0!==t||void 0!==o)&&$.ajax({url:"/api/user.php",method:"POST",data:{method:"adImpression",uid:o,pub:t,sub:e},dataType:"json",success:function(e){"1"!=e.data||$(".noRewardsButton").length||(window.top.location=document.location.href)}})}()}),D(),setInterval(function(){D()},3e4),$(window).blur(function(){p="false"}),$(window).focus(function(){p="true"});var R=L();window.onfocus=R,window.onblur=R,$(window).on("DOMContentLoaded load resize scroll",R),setInterval(L,1500)}(); playerApi.setVideoIndex(780); var curritem = localPlaylistData.playlist[780]; playlistItemAction(780, curritem, false); }); }); } player_init(); player_init = null;
Treasure Chest Challenge & Location in Forza Horizon 5 - HideoutTV (2024)

References

Top Articles
Latest Posts
Article information

Author: Dong Thiel

Last Updated:

Views: 5696

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Dong Thiel

Birthday: 2001-07-14

Address: 2865 Kasha Unions, West Corrinne, AK 05708-1071

Phone: +3512198379449

Job: Design Planner

Hobby: Graffiti, Foreign language learning, Gambling, Metalworking, Rowing, Sculling, Sewing

Introduction: My name is Dong Thiel, I am a brainy, happy, tasty, lively, splendid, talented, cooperative person who loves writing and wants to share my knowledge and understanding with you.