.dotfiles/.config/chromium/Default/Extensions/cidlcjdalomndpeagkjpnefhljffbnlo/2.0_0/options.html

13 lines
354 B
HTML
Raw Normal View History

2024-09-21 14:05:15 -04:00
<!DOCTYPE html>
<html>
<head><title>Toggle JavaScript Options</title></head>
<body>
<div id="opts-container">
<input type="checkbox" data-storage-key="norefresh" id="opt-norefresh">
<label for="opt-norefresh">Disable auto-reload after switching</label>
</div>
<div id="status"></div>
<script src="js/options.js"></script>
</body>
</html>