I have 300 lines of CSS, consisting of many rules that I need to test on a page.
I would preferably like to paste the rules in one go at the bottom of the main.css that the page is using - or add a pseudo "extra-main.css" sheet to the page with my rules.
I currently don't have access to the source of the page so I have to work on the live page. Not perfect I know.
What would be the best way to do this? Firebug, DevTools (Chrome), something else...

