Hey there, I have a straightforward question for you.
I'm looking to customize the css of a website that I'm currently accessing from my local PC (using Firebug to make temporary changes).
Is there a way for me to load an additional css file specifically for that website on my PC only?
This idea has been swirling in my mind for quite some time. Do you know of any methods to achieve this?
For example, if the site
contains the following code:
body{
background:blue;
}
I would like it to instead use:
body{
background:red !important;
}
each time I visit that particular website.