From 29924cf72ddbd115e18ce8ef2e232c25aa96e8d0 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 30 Jun 2022 15:23:52 +0800 Subject: blog update... attempt 1 --- blog/post/2017-06-29.html | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) (limited to 'blog/post/2017-06-29.html') diff --git a/blog/post/2017-06-29.html b/blog/post/2017-06-29.html index 3f47e7e..4f5d1fc 100644 --- a/blog/post/2017-06-29.html +++ b/blog/post/2017-06-29.html @@ -4,6 +4,7 @@ Chrisoft::Blog + @@ -30,42 +31,9 @@ function ol() else unsetevents(); } window.onresize(); + loadTheme(); _decryptonload(); } -function loadTheme(){ - var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"); - if(thm.length<2||'0123z'.indexOf(thm[0])==-1||'abz'.indexOf(thm[1])==-1)thm='zz'; - var ent=""; - var d=new Date(); - if(thm[0]=='z') - { - var m=d.getMonth()+1; - if(m>=3&&m<6)thm='0'+thm[1]; - else if(m>=6&&m<9)thm='1'+thm[1]; - else if(m>=9&&m<12)thm='2'+thm[1]; - else thm='3'+thm[1]; - } - if(thm[1]=='z') - {if(d.getHours()>=18||d.getHours()<6)thm=thm[0]+'b';else thm=thm[0]+'a';} - ent=`theme${thm}`; - var R=new RegExp('theme[0-4][ab]'); - for(var i=0;i @@ -660,7 +628,7 @@ that millions of fools would beg to be jailed.

Broken pipe.

-This section is encrypted. Click here +This section is encrypted. Click here to decrypt.

Did you regret reading it? -- cgit v1.2.3