mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-04 16:40:33 +00:00
26 lines
No EOL
831 B
HTML
26 lines
No EOL
831 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Netflix International Options</title>
|
|
</head>
|
|
|
|
<body>
|
|
<input type="checkbox" id="use51"><label for="use51">Use 5.1 audio when available</label>
|
|
<br>
|
|
<input type="checkbox" id="showAllTracks"><label for="showAllTracks">Show all available audio and subtitle tracks</label>
|
|
<br>
|
|
<input type="checkbox" id="setMaxBitrate"><label for="setMaxBitrate">Automatically select best bitrate available</label>
|
|
<br>
|
|
<input type="checkbox" id="disableVP9"><label for="disableVP9">Disable VP9 codec (Chrome / Firefox)</label>
|
|
<br>
|
|
<input type="checkbox" id="useDDPlus"><label for="useDDPlus">Use Dolby Digital Plus (Chromium Edge)</label>
|
|
<br>
|
|
|
|
<div id="status"></div>
|
|
<button id="save">Save</button>
|
|
|
|
<script src="options.js"></script>
|
|
</body>
|
|
|
|
</html> |