Skip to content

Commit

Permalink
Improved settings UI a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
berrnd committed Mar 25, 2019
1 parent 54c2617 commit 46303cd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,30 @@
<body>
<form>

<h1>Settings</h1>

<hr>

<p>
<label>
<input type="checkbox" id="ignore_youtube" value="1">
Ignore YouTube
Ignore YouTube<br>
<em>(Means don't use Google Container for YouTube sites.)<em>
</label>
</p>

<p>
<label>
<input type="checkbox" id="ignore_searchpages" value="1">
Ignore search pages
Ignore search pages<br>
<em>(Means don't use Google Container on Google sites with a path of <code>/search</code>, <code>/maps</code> or <code>/flights</code>.)<em>
</label>
</p>

<button type="submit">Save settings</button>

<hr>

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

0 comments on commit 46303cd

Please sign in to comment.