my question is pretty much direct.
i just want to customize the css of a site that im accessing from my local PC(currently using firebug to change it temporarily).
i want to load an extra css file for that website(only on my PC).
i been wondering about this for long, do you have any idea how can this be achieved?
for example if the site has a code:
body{
background:blue;
}
i want it to use:
body{
background:red !important;
}
every-time i load that website.
if($_SERVER['SERVER_NAME'] === '127.0.0.1'){echo "@import 'custompage.css';"}. Of course, you would echo this inside of a<style type='text/css'></style>tag.