1

I find myself changing the css & html values of a particular webpage repeatedly to make the page better suited to my screen size. For example, I change the height and width of a div and remove certain elements. When I close the window and reopen it, I have to apply the said changes again. Is there a way to load a css snippet automatically or make the changes to the page whenever the page is loaded without having to manually make the changes using Chrome Developer Tools?

MoonSire
  • 920
  • 1
  • 8
  • 27
abel
  • 739
  • 3
  • 11
  • 28

1 Answers1

1

Here are a few options:

Paul Sweatte
  • 729
  • 5
  • 16