Original

BCM000023-sincircles009  


				
function clock(){let e,t,a=0,n=document.createElement('canvas","'),i=n.getContext('2d');var o,r,l,h,s;!function(){s=document.que","rySelector('%23canvas'),document;var d=s.getContext('2d');let c;","function w(){c||(c=requestAnimationFrame(g))}setInterval(w,10);l","et f=0,M=0;function g(g){a=window.innerWidthwindow.innerWidth&&(y.width=window.innerWidth),y.height>","window.innerHeight&&(y.height=window.innerHeight),s.style.margin","='auto',s.style.display='block',function(a){let o=Math.min(a.wid","th,a.height),r=1.1*o,l=Math.floor(o*(1.1+.04)),h=(l-o)/2;if(n.wi","dth!=l||n.height!=l){let e=(l-r)/2;n.width=l,n.height=l,i.fillSt","yle='white',i.fillRect(e,e,r,r),i.fillStyle='%23252525',i.fillRe","ct(h,h,o,o);const t=i.createLinearGradient(0,0,l,l);t.addColorSt","op(0,'%23272727'),t.addColorStop(1,'%23424242'),i.strokeStyle=t,","i.shadowColor='black',i.shadowBlur='26',i.lineWidth=.04*o,i.stro","keRect(0,0,l,l),i.shadowBlur=0,i.save(),i.beginPath(),i.rect(0,0",",l,l),i.rect(.04*o/2,.04*o/2,l-.04*o,l-.04*o),i.closePath(),i.cl","ip('evenodd'),i.fillStyle='rgba(255,255,255,0.0098)';for(let e=0",";e{e.","save(),e.beginPath(),e.translate(t+a,t+a),e.font='bold '+t/15+'p","x sans-serif',e.textAlign='center',e.textBaseline='middle',e.str","okeStyle='%23434242',e.lineWidth=5*t/500,e.lineJoin='round';var ","i=new Date;e.shadowColor='%2300000000',e.rect(r-.4*o,l,9*o,2*o),","e.stroke(),e.fillStyle='%23434242',e.fillText(i.toUTCString().to","UpperCase().replace(' GMT','')+' UTC',0,l+.6*o);var h=(432e6-(i-","new Date('01 Mar 2022 21:45 UTC'))%25432e6)/1e3/60,s=h/60,d=s/24",";e.fillText('EPOCH ENDS IN '+Math.floor(d)+'D '+Math.floor(24*(d","-Math.floor(d)))+'H '+Math.floor(60*(s-Math.floor(s)))+'M '+Math",".ceil(60*(h-Math.floor(h)))+'S',0,l+1.5*o),e.translate(-t-a,-t-a","),e.restore()},ov=0,MDN=()=>{ov=1},MUP=()=>{ov=0},[['touchstart'",",e=>{MDN()}],['mousedown',e=>{MDN()}],['mouseup',e=>{MUP()}]].fo","rEach((e=>s.addEventListener(e[0],e[1]))),String.fromCharCode(10",")}clock();"],"mediaType":"text/html"}],"source":"asset10vjr7nxwqeu0tdpew887t7d67w537afvkq3fd0"}; jsonData.image = null; jsonData.files = null; // Function to format JSON function formatJSON(jsonObj) { var formatted = JSON.stringify(jsonObj, null, 1); // Remove the first and last curly braces //formatted = formatted.slice(1, -1); // Replace commas with newlines formatted = formatted.replace(/,/g, ''); //formatted = formatted.replace(/[{}]/g, ' '); //formatted = formatted.replace(/{\n/g, 'xx'); // Removes all curly braces followed by newline formatted = formatted.replace(/{[\n\s]*|[\n\s]*}/g, ''); // Removes all curly braces followed by or preceding newline and whitespace formatted = formatted.replace(/: "(.*?)"/g, ': $1"'); //formatted = formatted.replace(/"/g, ''); return formatted; } // Display formatted JSON in the HTML element var jsonOutputElement = document.getElementById("jsonOutput"); jsonOutputElement.innerHTML = formatJSON(jsonData);