I'm afraid I've never done something like this before. I wonder how you'd be able to get it...
As a future safeguard, I recommend using something like Dropbox (yes, that was a referral link!). It will keep versions and back stuff up for you! You'll then be able to access your information from multiple computers - yay!
If it's cached by Firefox, then you ought to be able to find it in the Cache folder under the Firefox user profile.
In case you are not savvy to the Firefox profile internals (and in case you haven't already tried this), you'll generally find that folder somewhere under C:\Users\[username]\AppData\Local\Mozilla\Firefox\Profiles on Vista, C:\Documents and Settings\[username]\Local Settings\Application Data\Mozilla\Firefox\Profiles on Windows XP, or /Users/[username]/Caches/Firefox/Profiles on Mac OS X. The files will not have a .css suffix, but you can order by date and drag the newest files (skipping the largest ones) into Notepad (or TextEdit) one by one until you find your CSS.
I went into the Firefox cache and was able to retrieve what looked like the css, but it looks like this...
You can see that the css is all on the right. Is there a better way to get it or a way to seperate that left crap from the css on the right?
Thanks
As a future safeguard, I recommend using something like Dropbox (yes, that was a referral link!). It will keep versions and back stuff up for you! You'll then be able to access your information from multiple computers - yay!
about:cache
If it's cached by Firefox, then you ought to be able to find it in the Cache
folder under the Firefox user profile.
In case you are not savvy to the Firefox profile internals (and in case you
haven't already tried this), you'll generally find that folder somewhere
under C:\Users\[username]\AppData\Local\Mozilla\Firefox\Profiles on Vista,
C:\Documents and Settings\[username]\Local Settings\Application
Data\Mozilla\Firefox\Profiles on Windows XP, or
/Users/[username]/Caches/Firefox/Profiles on Mac OS X. The files will not
have a .css suffix, but you can order by date and drag the newest files
(skipping the largest ones) into Notepad (or TextEdit) one by one until you
find your CSS.