-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
18 lines (18 loc) · 877 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<meta charset="UTF-8">
<div style="width: 400px; font-size: 16px;">
<h1>Google Search Highlight</h1>
<p><label>Highlight Color: <input id="#highlight-color" type="color" name="color" value="#ffff00" /> </label></p>
<p><label>Exact match: <input type="checkbox" name="exact_match" /></label></p>
<p><label>Highlight disable: <input type="checkbox" name="disable" /></label></p>
<p><button id="save">Save</button></p>
<hr>
<p><label>Target search word: <span id="word"></span></label></p>
<p><button id="clear">Clear</button></p>
<hr>
<div style="padding: 20px 0;">
<p><a href="https://goo.gl/forms/HXX7MV8JN9iucuTi1" target="_blank">Contact</a></p>
<p>Created by <a href="https://about.haramishio.xyz" target="_blank">morix1500</a></p>
</div>
</div>
<script src="jquery-3.3.1.min.js"></script>
<script src="popup_script.js"></script>