[greasemonkey-users] Re: Where are my scripts

2018-03-11 Thread Vivek Das Mohapatra
They're stored in an sqlite database: extensions.json has the id of the extension, and the path to the sqlite database is something like: "/home/USERANAME/.mozilla/firefox/PROFILE-ID.default/storage/default/moz-extension+++210603c8-7803-408e-a983-066a8d0a43fb^addonId=%7B13fc6545-ada2-42bb-9faf-98

Re: [greasemonkey-users] Greasemonkey V4.1 not working with Firefox 52ESR

2018-03-11 Thread Vivek Das Mohapatra
It absolutely does not. Reverting to 3.x and disabling updates seems to be the way to go. 4.x's behaviour on FF 52 is as follows: - all userscripts are gone (they're still in the sqlite storage but GM 4.x does not acknowledge them) - "new script" does nothing -- You received this message