Changes between Version 1 and Version 2 of HackingWebInspector
- Timestamp:
- Jul 12, 2010, 10:12:01 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackingWebInspector
v1 v2 1 1 = Web Inspector Developer Survival Guide = 2 2 3 [[Image( http://elv1s.ru/articles/Inspector/inspector.png)]]3 [[Image(inspector.png)]] 4 4 5 5 Let's say, we don't like red color for CSS property names. We want to change it to purple. … … 9 9 Run Safari or [http://nightly.webkit.org/ WebKit Nightly build]. Open Web Inspector. 10 10 11 [[Image( http://elv1s.ru/articles/Inspector/inspect.png)]] [[Image(http://elv1s.ru/articles/Inspector/tooltip.png)]]11 [[Image(inspect.png)]] [[Image(tooltip.png)]] 12 12 13 13 We can edit inspectorSyntaxHightlinght.css in our favorite code editor, but we cannot make patch from it. After next update inspectorSyntaxHighlight.css will be overwritten and our changes disappeared. … … 59 59 60 60 A tip: You can reload Web Inspector just like regular web page (Cmd+R on Mac, Ctrl+R on Windows and Linux). 61 [[Image( http://elv1s.ru/articles/Inspector/reload.png)]]61 [[Image(reload.png)]] 62 62 63 63 7. Commit