Skip to content

Commit 4f3a404

Browse files
authored
Preserve custom CSS across restarts
Fixes refined-github/refined-github#1193 (comment)
1 parent 6eb389e commit 4f3a404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import dynamicContentScripts from 'webext-dynamic-content-scripts';
66
new OptionsSync().define({
77
defaults: {
88
disabledFeatures: '',
9+
customCSS: '',
910
logging: false
1011
},
1112
migrations: [

0 commit comments

Comments
 (0)