无需刷机,只要浏览器可以脚本即可使用
点击下载 提取码:RXgE
- 默认登陆密码为admin,如有需要自行修改
- 高级后台按钮只是提供跳转,请确保设备已经刷入高级后台
- 跳转地址是适配自己写的美化版,使用其他版本可以自行修改(例如原版改为 ip:9090/at.html
- 只适配中兴的后台,其他版本不可用
// 聚焦输入框并输入完整密码 passwordInput.focus(); passwordInput.value = 'admin';// 密码改这里// 添加新的跳转功能 newButton.addEventListener('click', function(e) { e.preventDefault(); e.stopImmediatePropagation(); // 阻止其他事件处理程序 window.location.href = 'http://192.168.0.1/at.html?tab=home'; }, true); // 跳转链接改这里
0
暂无评论