Recensioner för Stylish - Custom themes for any website
Stylish - Custom themes for any website av userstyles.org
Recension av Firefox-användare 13429892
Betygsatt 1 av 5
av Firefox-användare 13429892, för 8 år sedanLike most of the other users i also lost all of my styles.
I could recover the old styles. The are stored in the file stylish.sqlite located in the used profile folder. I suppose Stylish is using this file on Windows too.
After copying the file stylish.sqlite to another folder - this prevents overwriting by Stylish and really loosing all styles - you can use DB Browser for SQLite (http://sqlitebrowser.org/) to read the file. Using Debian or Ubuntu you can install the package sqlitebrowser.
Open the file stylish.sqlite and recover the code of the styles:
1. start DB Browser for SQLite
2. open the file stylish.sqlite
3. click at the tab "Browse Data"
4. select the table "styles"
5. click the a cell in the column "code"
6. copy the code shown in the windows at the right top
Good luck...
I could recover the old styles. The are stored in the file stylish.sqlite located in the used profile folder. I suppose Stylish is using this file on Windows too.
After copying the file stylish.sqlite to another folder - this prevents overwriting by Stylish and really loosing all styles - you can use DB Browser for SQLite (http://sqlitebrowser.org/) to read the file. Using Debian or Ubuntu you can install the package sqlitebrowser.
Open the file stylish.sqlite and recover the code of the styles:
1. start DB Browser for SQLite
2. open the file stylish.sqlite
3. click at the tab "Browse Data"
4. select the table "styles"
5. click the a cell in the column "code"
6. copy the code shown in the windows at the right top
Good luck...
Utvecklarens svar
postad för 8 år sedanNote that if you updated to the previous version of Stylish (v2.1.1) which was released nearly two weeks ago, all your previous styles are saved, and you can easily access ALL of them (installed, edited and/or created). Just click on the “About this version” link at the top of the extension window. There you will be able to copy the CSS of any style that you had, and easily migrate it to the new version of Stylish. We apologize for the inconvenience and hope that after you migrate your styles you will enjoy the new version much more than the previous version.