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
Hi,
when change the firefox profile name or move it to another path, I have to reset those two path.
I have try to create a fold in \extensions\[email protected]\content\keysnail,
and set
user_pref("extensions.keysnail.userscript.location", "chrome://userchromejs/content/keysnail");
user_pref("extensions.keysnail.plugin.location", "chrome://userchromejs/content/keysnail/plugins");
but it can't work.How can I set the relative path? Thanks you!
The text was updated successfully, but these errors were encountered:
Hi,
when change the firefox profile name or move it to another path, I have to reset those two path.
I have try to create a fold in \extensions\[email protected]\content\keysnail,
and set
user_pref("extensions.keysnail.userscript.location", "chrome://userchromejs/content/keysnail");
user_pref("extensions.keysnail.plugin.location", "chrome://userchromejs/content/keysnail/plugins");
but it can't work.How can I set the relative path? Thanks you!
The text was updated successfully, but these errors were encountered: