$(document).ready(funkce); function funkce() { if (window.location.search.indexOf('odvolan_souhlas_lista') > -1) { document.cookie = 'my_cookie=; path=/; domain=.minisklady.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.com; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.seznam.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.doubleclick.net; expires=' + new Date(0).toUTCString(); location.href = location.origin + location.pathname; } $('#povolit_souhlas').click(function(){ $.get('https://www.minisklady.cz/cookies-2022/cookies-2022-ano.php', { odkud: "92333729" }, function(d) { $('#souhlas').hide(); $('#nastaveni').show(); $('.souhlastext').html('Uživatelem byl udělen souhlas s ukládáním souborů cookies a použitím analytických reklamních nástrojů.
'); $('#povolit_souhlas').hide(); $('#odmitnout_souhlas').show(); $.get("https://www.minisklady.cz/cookies-2022/cookies-skripty-head.php?62812400", function(data){ $('head').append(data); }); $.get("https://www.minisklady.cz/cookies-2022/cookies-skripty-body.php?13152758", function(data){ $(document.body).prepend(data); }); //setTimeout(function() { //location.reload(); //},100); }); if ($(".zobrazit_tlacitko_souhlas_podminky").length ) { $('.zobrazit_tlacitko_souhlas_podminky').show(); } }); $('#odmitnout_souhlas').click(function(){ $.get('https://www.minisklady.cz/cookies-2022/cookies-2022-ne.php', { odkud: "27834087" }, function(d) { $('#souhlas').hide(); $('#nastaveni').show(); $('.souhlastext').html('Prosíme o udělení souhlasu s ukládáním souborů cookies a použitím analytických reklamních nástrojů.
'); $('#povolit_souhlas').show(); $('#odmitnout_souhlas').show(); document.cookie = 'my_cookie=; path=/; domain=.minisklady.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.com; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.seznam.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.doubleclick.net; expires=' + new Date(0).toUTCString(); location.href = location.origin + location.pathname + '?odvolan_souhlas_lista'; }); }); $('#odvolat_souhlas_ok').click(function(){ $.get('https://www.minisklady.cz/cookies-2022/cookies-2022-odvolat_ok.php', { odkud: "44599941" }, function(d) { $('.souhlastext').html('Prosíme o udělení souhlasu s ukládáním souborů cookies a použitím analytických reklamních nástrojů.
'); $('#povolit_souhlas').show(); $('#odmitnout_souhlas').show(); window.location = window.location.href.split("?")[0]; document.cookie = 'my_cookie=; path=/; domain=.minisklady.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.google.com; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.seznam.cz; expires=' + new Date(0).toUTCString(); document.cookie = 'my_cookie=; path=/; domain=.doubleclick.net; expires=' + new Date(0).toUTCString(); location.href = location.origin + location.pathname + '?odvolan_souhlas_lista'; }); }); $('#nastaveni').click(function(){ $('#souhlas').show(); $('#nastaveni').hide(); }); }