1

I wrote a css file that is for a private project I am working on, and I am wondering if there's any way to load it into Firefox's Stylish menu without copying and pasting the code?

I thought about putting it on userstyles.org, but like I said, this is a private project and I don't want it available for anyone.

Charlie
  • 11,380
  • 19
  • 83
  • 138

1 Answers1

1

You can use "userContent.css" for Firefox. For more information check out Customizing Mozilla.

EDIT: To make the stylesheet site-specific take a look at Firefox Hack: Notes about site specific stylesheets

Tyler Crompton
  • 12,284
  • 14
  • 65
  • 94