!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '514875562036513');
fbq('track', 'PageView');
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++
)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src=i+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('CCV98LJC77U06CIBAFJ0');
ttq.page();
}(window, document, 'ttq');
(function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function()
{a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)};
a.queue=[];var s='script';r=t.createElement(s);r.async=!0;
r.src=n;var u=t.getElementsByTagName(s)[0];
u.parentNode.insertBefore(r,u);})(window,document,
'https://sc-static.net/scevent.min.js');
snaptr('init', '7ab064b1-c17e-415d-b590-8424efce87d2', {
'user_email': '__INSERT_USER_EMAIL__'
});
snaptr('track', 'PAGE_VIEW');
SIGN UP NOW FOR THE HIDEOUT 2024 PRE SALE
[vl_form widget=’popupTrigger’]
Sign up and save up to £200 for you and your mates! By registering, you will also get first access to the best and cheapest accommodation, plus priority access to boat and beach party tickets. We will pick 10 winners with the most referrals to each receive a VIP upgrade…get sharing with your mates to double your chances!
Presale tickets will only be on sale for 48 hours, with limited availability!
So, join us for 5 days and nights on the Island of Pag, bringing together the world’s finest electronic music artists for endless sun-soaked pool, beach, and boat parties, with evening raves held under the stars until sunrise.
PROOF THAT HIDEOUT IS WORTH THE HYPE
FANCY FIRST DIBS ON FLIGHTS TO HIDEOUT 2024?
Get the best flight deals directly from Hideout by joining our flight waiting list to get early access!
Got any questions about travel and accommodation? We got you! Our WhatsApp Holidays team is standing by to help you book your dream summer holiday.
FLIGHT WAITING LIST
WHATSAPP HOLIDAYS TEAM
Join the fam! Hideout news, offers, line-ups and more straight to your inbox.
function getTimeRemaining(endtime) {
const total = Date.parse(endtime) - Date.parse(new Date());
const seconds = Math.floor((total / 1000) % 60);
const minutes = Math.floor((total / 1000 / 60) % 60);
const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
const days = Math.floor(total / (1000 * 60 * 60 * 24));
return {
total,
days,
hours,
minutes,
seconds
};
}
function initializeClock(id, endtime) {
const clock = document.getElementById(id);
const btn = document.getElementsByClassName('reg_btn');
const title = document.getElementById('reg_title');
const daysSpan = clock.querySelector('.days');
const hoursSpan = clock.querySelector('.hours');
const minutesSpan = clock.querySelector('.minutes');
const secondsSpan = clock.querySelector('.seconds');
function updateClock() {
const t = getTimeRemaining(endtime);
daysSpan.innerHTML = t.days;
hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
if (t.total <= 0) {
daysSpan.innerHTML = '0';
hoursSpan.innerHTML = '00';
minutesSpan.innerHTML = '00';
secondsSpan.innerHTML = '00';
//reg_title.innerHTML = 'Registration Closed';
// for (var i = 0; i < btn.length; i ++) {
// btn[i].style.display = 'none';
// }
clearInterval();
}
}
updateClock();
const timeinterval = setInterval(updateClock, 1000);
}
const deadline = 'November 02 2023 12:00:00 GMT+0000';
//const deadline = 'October 31 2022 19:42:30 GMT+0000';
initializeClock('clockdiv', deadline);
https://hideoutfestival.com/wp-content/themes/nova/dist/app.js
https://hideoutfestival.com/wp-includes/js/imagesloaded.min.js
https://hideoutfestival.com/wp-includes/js/masonry.min.js
https://hideoutfestival.com/wp-includes/js/jquery/jquery.masonry.min.js
https://hideoutfestival.com/wp-content/themes/nova/dist/masonry.js
https://hideoutfestival.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.querySelectorAll('img[data-breeze]').forEach(img=>{if(img.getBoundingClientRect().top<=window.innerHeight){img.src=img.getAttribute('data-breeze');img.removeAttribute('data-breeze')}});
$(document).ready(function(){
// -------------------------------------------- //
// -------------------------------------------- //
// ----- Activate user tickets in baskets ----- //
// -------------------------------------------- //
// -------------------------------------------- //
// if (!document.cookie.split(';').some((item) => item.trim().startsWith('users_tickets_hide='))) {
// $(".users-with-tickets-in-basket").fadeIn(500);
// }
// $(".users-with-tickets-in-basket__close").click(function() {
// var date = new Date();
// date.setTime(date.getTime() + (24*60*60*1000)); // 24 hours
// var expires = "; expires=" + date.toUTCString();
// document.cookie = "users_tickets_hide=; expires=" + expires + "; path=/";
// $(".users-with-tickets-in-basket").fadeOut(500);
//});
//
});