-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
32 lines (28 loc) · 1.05 KB
/
settings.html
File metadata and controls
32 lines (28 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<meta charset="utf-8" />
<title>Fix Copy Link Address Settings</title>
<script src="js/settings.js" async></script>
<link rel="stylesheet" href="css/chrome_shared.css"/>
<link rel="stylesheet" href="css/settings.css"/>
</head>
<body>
<div class="main-container">
<h1>Fix Copy Link Address</h1>
<h2>Settings</h2>
<div class="checkbox">
<label for="hide-referrer">
<input type="checkbox" id="hide-referrer"/>
<span>Hide referrer from target sites (recommended)</span>
</label>
</div>
<h2>Having trouble?</h2>
<div class="text">
<p>If the script doesn't work on your local Google domain, just leave feedback saying what domain it doesn't work for and I'll fix it in a future release.</p>
</div>
<h2>Feedback</h2>
<p>You can leave feedback and rate the extension
<a href ="https://chrome.google.com/webstore/detail/fix-copy-link-address/aeecoplkhlfpclbiabnfkjlfkbhpbcjd">in the Chrome webstore</a>.
</div>
</body>
</html>