Thanks Matt for the info. That helped. I was able to load the correct database and find the string that I need to reset. it is something like line 5154292. I highlight the string, click EDIT, and delete the Value, not the name, but I get an error. How do I completely make that value an empty string that loads back to the original database?
That are so many values in this one script.. I just need to reset ONE of them, not all of them. I do not know how to add a User Script command, although I have edited some userscripts before. Can you help me figure out my next step? On Wednesday, May 21, 2014 10:36:45 AM UTC-4, Matt Sargent wrote: > > What page you have open is irrelevant. The manager is not specifically > intended to be used for script, and is not designed that way. When the > manager is opened, select the "connect" option from the file menu. The > databases are in the same directory as the scripts. They have a .db > extension, instead of a .sqlite extension, so you need to change the filter > to "all files". > > BTW, the far simpler solution is to just add a single line to the script > in order to reset the value, then run it. Or you can make it a User Script > Command, and reset the value whenever you want. That's just 4 lines of code. > > > On 5/20/2014 10:07 PM, bandaid wrote: > > Thanks for the link. I have opened my MySQLite Manager. I see no Tables or > Scriptvals or anything that looks like your picture in my script. How do I > get my script into MySQLite Manager? How do I get the correct Table? > > I opened it from the Game Page where the userscript is being used. So > after I open it up, what do I do from there? How do I get my script into > the Manager so I can see the values? > > > > > On Monday, May 19, 2014 9:08:34 PM UTC-4, bandaid wrote: >> >> I am using a GM script that has one value that needs to be reset. In the >> past, I could go to about:config, search by a term, find the value, >> right click on reset, and fix the problem. >> >> Now that about:config no longer populates my script values, I have no >> way to reset ONE value. The only way I know how to fix it now is to >> uninstall the whole script and reinstall it, which means hours of work >> resetting up my settings for the script. I have searched for days, but can >> only find info about installing MySQL database, which I did. However, when >> I open it up, I see nothing that looks like the script I use or values from >> the script I use. I am totally lost even though I have a good understanding >> of most technical solutions. >> >> I really want about:config to work again, but I am guessing it is gone >> for good. . It is easy and I know how to use it. Can anybody help me reset >> one value in a script? It all looks Greek when I open up the user.js in >> notepad or Dreamweaver. >> > -- > You received this message because you are subscribed to the Google Groups > "greasemonkey-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to > [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/greasemonkey-users. > For more options, visit https://groups.google.com/d/optout. > > > > -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
