Sunday 7 January 2018

css - Change default color of Chrome when opening links in a new tab


I have a similar question about firefox in SU.


I'm using Stylish extension and I have changed the style of many websites to dark. When I open a link on a new tab, before the page loads, Chrome is showing a blank page with white background. How can I change this white color to a different one. Is there a CSS selector for it? Does chrome support something like userChrome.css file in Firefox?



Answer



On my box (ubuntu 12+) custom css is possible:



~/.config/chromium/Default/User\ StyleSheets/Custom.css

As for now, it's not (yet) possible for chrome://newtab/ , see http://developer.chrome.com/extensions/override.html for more information.


creds @ https://stackoverflow.com/questions/9362698/is-it-possible-to-change-the-google-chrome-default-document-area-ui-through-exte .


related : Changing the background image of Chrome’s NTP (changing the background by altering a dll-file).


If you're compiling your own chrom[e|ium], see: http://dev.chromium.org/user-experience/new-tab-page .


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...