I'm trying to take a look at a scamming website, but it's using the debugger spamming to make reverse engineering difficult. Is there a way to just disable the debugger keyword? I don't really like to give the websites control over whatever I want to view.

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 years ago

How about a browser extention which replaces the debugger keyword in all downloaded js source with void 0 or something?

  • source
  • parent