diff options
Diffstat (limited to 'source/options.html')
-rw-r--r-- | source/options.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/options.html b/source/options.html index c5925a53..62fb6727 100644 --- a/source/options.html +++ b/source/options.html @@ -1,6 +1,7 @@ <!doctype html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> +<base target="_blank"> <title>Refined GitHub options</title> <link rel="stylesheet" href="options.css"> <form id="options-form" class="detail-view-container"> @@ -41,6 +42,8 @@ <summary><strong>💅 Custom CSS</strong></summary> <p>Like a userstyle, useful to undo unwanted style changes</p> <p><textarea name="customCSS" rows="2" spellcheck="false"></textarea></p> + <p>CSS is limited to 100KB, after which the options <a href="https://github.com/fregante/webext-options-sync/issues/27">will stop being saved</a>.</p> + <p>Options storage: <output class="storage-sync">unknown</output></p> </details> <details id="action"> @@ -77,6 +80,10 @@ </label> </p> <p> + Options storage: <output class="storage-sync">unknown</output><br> + Cache storage: <output class="storage-local">unknown</output> + </p> + <p> <button id="clear-cache">Clear cache</button> </p> |