当前位置:网站首页>A way to deal with infinite debugger
A way to deal with infinite debugger
2022-08-01 03:32:00 【Teng Qingshan YYDS】
The solution is: use the Reres plugin to replace the original js file.
Here takes KuangStudy as an example, when we enter the page and open the developer tools, the page will be stuck, as shown in the figure:

Even clicking this button to block the button doesn't work:
h2>
So you can use the Reres plugin to replace the original js file.
Right-click the file to copy the address:

The address is: https://www.kuangstudy.com/assert/js/debug/debug.js?v=10.98
Open our Reres plugin to configure rules:

.*/debug/debug.js.*http://localhost/myjs.jsmyjs.js is our own js file. In this file, the line debugger; is deleted, so after applying the rule, it will not get stuck at the breakpoint again.
There are many ways to make your own local files accessible through http, such as using python to run python -m http.server, I am using the phpstudy 2018 software here:

边栏推荐
- pdb drug comprehensive database
- MySQL modifies SQL statements to optimize performance
- Solve the problem that Excel opens very slowly after installing MySQL
- opencv 缩小放大用哪种插值更好??
- "Youth Pie 2": The new boyfriend stepped on two boats, and the relationship between Lin Miaomiao and Qian Sanyi warmed up
- 初出茅庐的小李第114篇博客项目笔记之机智云智能浇花器实战(3)-基础Demo实现
- 带wiringPi库在unbutu 编译 并且在树莓派运行
- 2. # code comments
- [uniCloud] Application and Improvement of Cloud Objects
- MYSQL transactions
猜你喜欢

Replacing the Raspberry Pi Kernel

纽约大学等 | TM-Vec:用于快速同源检测和比对的模版建模向量

MYSQL logical architecture

IDEA modifies the annotation font

Introduction to the Elastic Stack

树莓派 的 arm 版的 gcc 安装 和环境变量的配置

Solve the problem that Excel opens very slowly after installing MySQL

软件测试周刊(第82期):其实所有纠结做选择的人心里早就有了答案,咨询只是想得到内心所倾向的选择。

Weekly Summary (*67): Why not dare to express an opinion

IDEA无法识别module(module右下角没有蓝色小方块)
随机推荐
【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning
[Message Notification] How about using the official account template message?
使用ts-node报错
软考高级系统架构设计师系列之:信息系统基础知识
开源项目站点必备&交流区功能
【uniCloud】云对象的应用与提升
剑指offer专项突击版第16天
MYSQL-Batch insert data
lua entry case combat 123DIY
初出茅庐的小李第112篇博客项目笔记之机智云智能浇花器实战(1)-基础Demo实现
leetcode6133. 分组的最大数量(中等)
Which interpolation is better for opencv to zoom in and out??
[cellular automata] based on matlab interface aggregation cellular automata simulation [including Matlab source code 2004]
The bigger and bigger the project is, I split it like this
Browser download shortcut to desktop (PWA)
软考高级系统架构设计师系列之:系统开发基础知识
Unity3D study notes 10 - texture array
【消息通知】用公众号模板消息怎么样?
Dart 命名参数语法
2. # 代码注释