Browser Extension Disabling

Hi everyone,

I’m currently working through the Full-Stack Developer course on FreeCodeCamp and noticed a new message that says:

“You appear to be using a browser extension that is modifying the page. Be sure to turn off all browser extensions.”

I use several browser extensions for different tasks, and this message didn’t show up before. Do I need to disable all extensions to continue, or can I just disable the specific ones causing the issue(If so, how can I identify which extension is causing the problem)?

Thanks in advance for any advice!

Extensions often work by changing CSS or adding additional scripts to change the behavior of pages. The tests cannot accommodate all these possibilities so it’s recommended that you just turn off extensions for freeCodeCamp.

1 Like

Alright, thanks! I’m using Extension Manager now to disable extensions while using freeCodeCamp.
Appreciate the help!