I was wondering whether it is possible to override a website's CSS with my own? I have seen a blog about how to replace a .js
file from the website with Fiddler2. I'm guessing this is possible for CSS files too, or is there a better way to do this?
It's trivial to do this with Fiddler, and it's done in the exact same way as replacing a JS file. Simply drag/drop the site's stylesheet to Fiddler's AutoResponder tab, then edit the file or replace it with your own. Or write FiddlerScript to do the same thing. This will work with ANY browser.