Tuesday, July 2, 2013

How do I: Add custom CSS to my Chrome browser

In this example: I used "User Stylesheet" offered at the Chrome Web Store.



#-webkit-web-inspector {
-webkit-filter: invert(1);
font-weight: bold !important;
}

html:not(.disable_user_stylesheet) * {
    font-weight: bold !important;
}

Related post:

How can I make all the text in my Chrome browser bold?

How can I apply a dark color theme to Chrome developer tools?

How can I make all text in Notepad++ bold?

No comments:

Post a Comment