type
Post
status
Published
date
May 31, 2023
slug
summary
tags
category
icon
password

00x01 浏览器定时刷新代码

timeout=prompt("Set timeout (Second):"); count=0 current=location.href; if(timeout>0) setTimeout('reload()',1000*timeout); else location.replace(current); function reload(){ setTimeout('reload()',1000*timeout); count++; console.log('每('+timeout+')秒自动刷新,刷新次数:'+count); fr4me='<frameset cols=\'*\'>\n<frame src=\''+current+'\'/>'; fr4me+='</frameset>'; with(document){write(fr4me);void(close())}; }
notion image
输入定时刷新时间后就可以开始定时刷新。(以秒为单位)
notion image
这是“轻言易梦”第一篇文章。FridayXs-渗透测试自动化开发框架