1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Add support to restore from json file

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1956
This commit is contained in:
Raymond Hill 2023-03-31 09:58:50 -04:00
parent 0d26064a26
commit 9f1c0d986b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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>