문제

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 you have Google Chrome or Mozilla Firefox, then you can use Stylish. It's an extension for both. It may be under the name 'UserStyles' as well. It's relatively simple to use; you just need to install it and add in your personal styles.
Chrome Version
Firefox Version

다른 팁

Use an extensions like stylish or userscript/greasemonkey

You should be able to accomplish something like this with a browser extension. Search for 'browser extension' along with the browser you want to implement it for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top