You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(function(){vardate=newDate();varpathname=self.location.pathname;varpostYear=parseInt(pathname.slice(1,5));varpostMonth=parseInt(pathname.slice(6,8));if((date.getFullYear()-postYear)*12+(date.getMonth()+1-postMonth)<6)return;// 小于6个月,非过时内容varnotice=document.createElement('div');notice.style['top']='0';notice.style['left']='0';notice.style['width']='100%';notice.style['text-align']='center';notice.style['background']='#ffee00';varlanguage=(navigator.browserLanguage||navigator.language).toLowerCase();if(language==='zh-cn')notice.innerHTML='<h2>注意:页面内容可能过时或不正确,请谨慎参考!</h2>';elsenotice.innerHTML='<h3>Note: The page content may be outdated or incorrect, please use caution!</h3>';varfirstChild=document.body.firstChild;document.body.insertBefore(notice,firstChild);setTimeout(function(){notice.style['display']='none';},1000*10);})();
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: