this post was submitted on 25 May 2024
21 points (81.8% liked)
Firefox
20324 readers
244 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Press F12 - choose the console tab, type "debugger" and hit enter. If that doesn't stop everything, a "console.break()" may also be needed.
Edit: This looks promising: https://addons.mozilla.org/en-US/firefox/addon/javascript-toggler/
Looks great but I wish for more. Per site pause points and skip point. Short circuiting certain functions, per site.
If you don't mind learning a lot of JavaScript, a Script monkey style Solution can do this for you.
Narrator: They did not wish to learn JavaScript and were looking for an easy answer even if it didn’t exist.