tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Question: Filesystem location of stored requests (Linux) #17

Closed chamalis closed 8 years ago

chamalis commented 8 years ago

Hi,

Thanks for the addon, it's usefull. I was searching in .mozilla directory to find the saved requests in order to copy them to another machine, with no luck. Could you tell me the location?

Thanks

tommut commented 8 years ago

It's actually stored as JSON in Mozilla preferences (which I'm not sure where Mozilla actually stores). The easiest way to transport saved requests is to type about:config in the URL bar of your source machine. Filter on 'extensions.httprequester.history' then right-click and select Copy Value.

Then on your target machine go to about:config and go to that preference, right click and select Modify. Copy the value there.

Hope that helps.

chamalis commented 8 years ago

Thank you