原理
使用了
HTML5
的Page Visibility API
目前页面可见性API
有两个属性,一个事件,如下:
document.hidden: Boolean
值,表示当前页面可见还是不可见document.visibilityState
: 返回当前页面的可见状态,取值有hidden
visible
prerender
preview
visibilitychange
: 当可见状态改变时候触发的事件
代码示例
var OriginTitile = document.title;
var titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = '页面崩溃502 - ' + OriginTitile;
clearTimeout(titleTime);
}
else {
document.title = '重新链接 - ' + OriginTitile;
titleTime = setTimeout(function() {
document.title = OriginTitile;
}, 500);
}
});
Thanks♪(・ω・)ノ 感谢你长得那么好看还来看我的博客!see you around ~
2 条评论
adult dating · 2024年6月9日 上午11:48
Thank you so much Holly! I’m glad that this will be helpful for you! I’d love to see your box when it’s all finished! The glitter jar in my box is one of my favourite things to help me on a bad day. Watching the coloured glitters spin inside and slowly fall is so calming, it reminds me of a snow globe but the glitter makes it so much more mesmerising and fun. It is something that can very easily bring me back to the present moment and it is really fun to make too. I have used the rescue remedy for about three years now. It is something that I find really helpful because it kicks in quite quickly and helps me to relax when my anxiety is high, I use it mostly when I do public speaking or have exams coming. Thank you for your lovely comment!xx Graig Kisicki
ifşa videoları · 2024年5月30日 下午9:34
Do you mind if I quote a couple of your articles as long as I provide credit and sources back to your website? My website is in the exact same area of interest as yours and my visitors would definitely benefit from a lot of the information you present here. Please let me know if this alright with you. Cheers! Leonel Heiden