0

I am looking for an option based solution. Of course there is an option to remove all style tags one by one from the elements panel, this will not remove inline injected styles.

For debugging purposes I would like this option to be at reach, I remember this being an option at one time.

TylerH
  • 20,799
  • 66
  • 75
  • 101
nir segev
  • 338
  • 1
  • 4
  • 11

2 Answers2

0

For debugging you could try commenting out link tag in html body that has link to CSS stylesheet

0

You can do that on Firefox, found in the menu under View -> Website Style -> No Style (the wording might be slightly different, I don't have english version of FF installed but you should find it rather easily I guess.

cloned
  • 6,346
  • 4
  • 26
  • 38
  • This does not answer the question that was asked, which is how to disable CSS in **Chrome**. – TylerH Jul 20 '22 at 18:11
  • That's why I kept the answer short and also put this early on in my answer. If they can switch to FF this might help them and debug in FF. If it's a strict chrome-only environment then they can stop reading the question and not waste any time. – cloned Jul 21 '22 at 08:54