mirror of https://github.com/gorhill/uBlock.git
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
|
@ -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 New Issue