mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add support to restore from json file
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1956
This commit is contained in:
parent
0d26064a26
commit
9f1c0d986b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
|
||||
<div class="hidden">
|
||||
<input id="restoreFilePicker" type="file" accept="text/plain">
|
||||
<input id="restoreFilePicker" type="file" accept="text/plain,application/json">
|
||||
</div>
|
||||
|
||||
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue