You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never hacked around with GreaseMonkey on Firefox so I don't know if this is expected or consistent behavior. What I do know is that the popular script I was fixing for this bug (gmailAutoBcc) was expecting getValue to return a boolean.
Good luck!
MrC
The text was updated successfully, but these errors were encountered:
GM_setValue('val', true);
GM_getValue('val') --> "true"
Never hacked around with GreaseMonkey on Firefox so I don't know if this is expected or consistent behavior. What I do know is that the popular script I was fixing for this bug (gmailAutoBcc) was expecting getValue to return a boolean.
Good luck!
MrC
The text was updated successfully, but these errors were encountered: