Custom css for google chrome browser
Is it possible to change the CSS that Google Chrome applies to websites.
I want to hide some elements, for example on facebook, so I can't see it because it eats half of my free time.
Something like
.facebook-wall{display:none;}
-auto applies every time I go to fb.
Stylebot is a nice extension. You can interactively create some custom CSS to apply to your choice of website.
It even has a companion website where other people have shared their bonds, so maybe someone has already put together something to filter out Facebook feeds.
Assuming I understand you correctly ...
- This is not for the website you are building.
- This is for your personal use only.
Use Tampermonkey.
https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en
It should work the same as Greasemonkey (Firefox add-on) and should suit your needs.