webextensions / live-css-editor

Source code for Chrome/Edge/Firefox/Opera extension Magic CSS (Live editor for CSS, Less & Sass)
https://chromewebstore.google.com/detail/live-editor-for-css-less/ifhikkcafabcgolfjegfcgloomalapol
MIT License
277 stars 58 forks source link

Lost settings #140

Open sgjohnson1981 opened 6 months ago

sgjohnson1981 commented 6 months ago

I had some settings auto-applied to a specific URL, but the URL changed and now it redirects. The CSS only shows when you're on that particular old URL. I didn't save the CSS anywhere else and I can't remember what they were. Are these saved to my Chrome profile somewhere so I can copy/paste them to the new URL? Or is there some other workaround?

webextensions commented 6 months ago

@sgjohnson1981 For now, one can follow the steps described at https://github.com/webextensions/live-css-editor/discussions/112 to take a backup.

Hope this helps.

In upcoming updates, the feature of export/import would be available in a user-friendly manner.

Keeping this issue open till when the feature is not implemented.

sgjohnson1981 commented 6 months ago

@sgjohnson1981 For now, one can follow the steps described at #112 to take a backup.

Hope this helps.

In upcoming updates, the feature of export/import would be available in a user-friendly manner.

Keeping this issue open till when the feature is not implemented.

Since the URL is different do I just copy the lines that begin with the old URL, replace the old URL with the new URL then paste the new lines into the data variable?

sgjohnson1981 commented 6 months ago

Nevermind. Just copied the CSS in the one line and reapplied to the new URL. Had to remove the new lines but it worked after that.