Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Was storage moved? #48

Open
jasonphillipcarpenter opened this issue Jan 10, 2020 · 0 comments
Open

Was storage moved? #48

jasonphillipcarpenter opened this issue Jan 10, 2020 · 0 comments

Comments

@jasonphillipcarpenter
Copy link

jasonphillipcarpenter commented Jan 10, 2020

I used to script the configuration of Crappy FireTitle to set the title for Firefox profiles which were also created with scripts. This has broken as it appears FireTitle is storing the configuration elsewhere. Can you explain to me where it is now stored so I can attempt to create a new automated solution for this? For reference, this is what I was doing before.

firetitle_dir="$PROFILES_DIR/$PROFILE_NAME/browser-extension-data/[email protected]"
if [[ ! -d "${firetitle_dir}" ]]; then
    mkdir -v "${firetitle_dir}"
fi
sed "s|PROFILE_NAME|${PROFILE_NAME^^}|g" \
    "$SCRIPT_DIR/crappyfiretitle.template" \
    > "${firetitle_dir}/storage.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant