当前位置:网站首页>When leaving the web page, the website displays 404 Not found- starze V Club
When leaving the web page, the website displays 404 Not found- starze V Club
2022-06-11 00:00:00 【Xingze V Club】
reason
I came across a website today , When I left that website , The website immediately shows 404 Not Found, You scared me , I immediately went back to have a look , Results access to normal . Finally, carefully consider , Found that this is the use of js The effect of dynamic code implementation .
Implementation method
The implementation method is to add a paragraph js Code to dynamically monitor our operations , You only need the... Under the theme file header.php file , Just insert the following code before
<script type="text/javascript">
var OriginTitile = document.title;
var titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = ' Xingze V agency -404 Not Found';
clearTimeout(titleTime);
} else {
document.title = '404? Never in my life 404 Of ';
titleTime = setTimeout(function() {
document.title = OriginTitile;
}, 2000);
}
});
</script>边栏推荐
- LabVIEW或MAX下的VISA测试面板中串口无法工作
- Error 1046 when LabVIEW uses MathScript node or matlab script
- 【 pygame Games 】 don't find, Leisure Games Theme come 丨 Bubble Dragon applet - - Leisure Games Development recommendation
- [pyGame] this classic bomber super game is online. Do you love it? (source code attached)
- [auto reply or remind assistant] Mom doesn't have to worry about me missing messages any more (10 Line Code Series)
- How to measure the refresh rate of oscilloscope
- 【Pygame合集】滴~穿越童年游戏指南 请查收:这里面有你玩过的游戏嘛?(附五款源码自取)
- 集合删除元素技巧 removeIf
- LabVIEW改变Point ROI Overlay的形状或颜色
- LabVIEW和VDM提取色彩和生成灰度图像
猜你喜欢

LabVIEW uses the visa read function to read USB interrupt data

自制APP连接OneNET---实现数据监控和下发控制(MQTT)

Basic operation of OpenCV actual combat image: this effect amazed everyone (with code analysis)

LabVIEW使用MathScript Node或MATLAB脚本时出现错误1046
![[untitled]](/img/7e/aab9560ef5a1b93f737a82561ec114.png)
[untitled]

【无标题】

HyperLeger Fabric安装

LabVIEW中NI MAX中缺少串口

【Pygame合集】回忆杀-“童年游戏”,看看你中几枪?(附五款源码自取)

LabVIEW用VISA Read函数来读取USB中断数据
随机推荐
LabVIEW错误“内存已满 - 应用程序停止在节点”
How to measure the refresh rate of oscilloscope
干货丨MapReduce的工作流程是怎样的?
High speed data stream disk for LabVIEW
给线程池里面线程添加名称的4种方式
[pyGame collection] memory killing - "Childhood Games", how many shots did you get? (attach five source codes for self access)
[auto reply or remind assistant] Mom doesn't have to worry about me missing messages any more (10 Line Code Series)
LabVIEW中NI MAX中缺少串口
【数学】【连续介质力学】流体力学中的对称张量、应变张量和应力张量
Create millisecond time id in LabVIEW
[pyGame games] don't look for it. Here comes the leisure game topic - bubble dragon widget - recommendation for leisure game research and development
Kubernetes 基本介绍及核心组件
Top ten information security principles
Ilruntime hotfix framework installation and breakpoint debugging
LabVIEW change the shape or color of point ROI overlay
[pyGame] this classic bomber super game is online. Do you love it? (source code attached)
【Turtle表白合集】“海底月是天上月,眼前人是心上人。”余生多喜乐,长平安~(附3款源码)
[opencv practice] this seal "artifact" is awesome, saving time and improving efficiency. It is powerful ~ (complete source code attached)
Analysis of Genesis public chain
IGBT and third generation semiconductor SiC double pulse test scheme