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?
Asked
Active
Viewed 1,661 times
1
-
1For custom CSS code you can use 'Chrome Stylist' extension :) – iAnuj Aug 17 '12 at 02:15
1 Answers
1
Here are a few options:
- userChrome.css to save CSS snippets
- bookmarklets to save JavaScript snippets
- Content scripts for HTML,CSS, and JavaScript
Paul Sweatte
- 729
- 5
- 16