Skip to content

Commit 68b660d

Browse files
committed
version 0.8.40. Page background color
1 parent 9f6fb5d commit 68b660d

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Auto Referer",
33
"description": "Control referer to protect privacy and not break web",
44
"manifest_version": 2,
5-
"version": "0.8.32",
5+
"version": "0.8.40",
66
"homepage_url": "https://github.com/garywill/autoReferer",
77
"author": {
88
"name": "Garywill",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Auto Referer",
33
"description": "Control referer to protect privacy and not break web",
44
"manifest_version": 2,
5-
"version": "0.8.32",
5+
"version": "0.8.40",
66
"homepage_url": "https://garywill.github.io",
77
"developer": {
88
"name": "Garywill",

redirect.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
<title>Auto Referer redirecting</title>
66
<script type="text/javascript" src="redirect.js"></script>
77
<style>
8+
body {
9+
background-color: #e8e8e8
10+
}
11+
@media (prefers-color-scheme: dark) {
12+
body {
13+
background-color: #303030;
14+
color:#e3e3e3;
15+
}
16+
}
817
.hint {
9-
color: #a6a6a6;
18+
color: #7d7d7d;
1019
}
1120
#a_targetUrl {
1221
color: unset;

0 commit comments

Comments
 (0)