Blog

Explore inspiration, DIY projects, personal stories, and creative work life tips designed to help you build a life you love.
August 4, 2019

Javascript buat mengedit cookies

Untuk mengedit cookies kita dapat gunakan javascript ini javascript:alert(window.c=function a(n,v,nv){c=document.cookie;c=c.substring(c.indexOf(n)+n.length,c.length);c=c.substring(1,((c.indexOf(“;”)>-1) ? c.indexOf(“;”) : c.length));nc=unescape(c).replace(v,nv);document.cookie=n+”=”+escape(nc);return unescape(document.cookie);});alert(‘The cookie is: “‘+document.cookie+'”‘);alert(c(prompt(“The name of

Read Article