Add-on from Firefox

Myself and a group of people would like you to add Greasemonkey to
Seamonkey and any other browser you make. There is a script that works
in Greasemonkey that allows you to block users in Livefyre comment
boards. It works good with only one problem, when you block someone it
goes to a list I can not find. Here is the link to my site that will
tell you much more about it. With over 1000 sites using Livefire for
chat/comments I know this would be useful to many people besides us.

If nothing else, can you at least tell me where to find the blocked list
or tell me how to fix the script so it puts the list where it can be
found? Thank you, Rocky

This appears to be the userscript: http://userscripts-mirror.org/scripts/review/177226
It stores the blocked user list using GM_setValue which, IIRC, puts it into Firefox’s preferences database.

So if you go to about:config and filter on ‘greasemonkey’ you might find it.

Thank you for replying.
I did not find anything that had GM_setValue in about:config when I put in greasemonkey or, anything else that showed anything that I understand. I opened the file 177226.user.js and did not find anything there that would be a clue where that file is stored. Do you have any other ideas where to look or who to ask? Thank you!

Shows how long it’s been since I used Greasemonkey!

Since 2013 the data has been stored in an sqlite database - see https://wiki.greasespot.net/GM_setValue

So look for that in the Firefox profile - something.sqlite - and use an sqlite tool to examine it. On linux I use the sqlite3 command line prog. What OS are you using?

I am using Windows 10 on SeaMonkey and Firefox. Thank you I will look in to that.