Skip to content

Commit

Permalink
Updated disabled_domains placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Aug 3, 2024
1 parent 82c67b2 commit e8e3c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="text-xl m-1.5 font-bold">CSS selectors to blur</h2>
<br />
<h2 class="text-xl m-1.5 font-bold">Disable OpenBlur on these domains</h2>
<label for="disabled_domains" class="invisible"></label>
<textarea id="disabled_domains" class="ob-input w-[50rem] h-20" placeholder="localhost, example.com"></textarea>
<textarea id="disabled_domains" class="ob-input w-[50rem] h-20" placeholder="localhost, www.example.com"></textarea>

<script src="options.js"></script>
</body>
Expand Down

0 comments on commit e8e3c5f

Please sign in to comment.