Skip to content

Commit

Permalink
version 0.8.40. Page background color
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Jan 20, 2024
1 parent 9f6fb5d commit 68b660d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Auto Referer",
"description": "Control referer to protect privacy and not break web",
"manifest_version": 2,
"version": "0.8.32",
"version": "0.8.40",
"homepage_url": "https://github.com/garywill/autoReferer",
"author": {
"name": "Garywill",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Auto Referer",
"description": "Control referer to protect privacy and not break web",
"manifest_version": 2,
"version": "0.8.32",
"version": "0.8.40",
"homepage_url": "https://garywill.github.io",
"developer": {
"name": "Garywill",
Expand Down
11 changes: 10 additions & 1 deletion redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
<title>Auto Referer redirecting</title>
<script type="text/javascript" src="redirect.js"></script>
<style>
body {
background-color: #e8e8e8
}
@media (prefers-color-scheme: dark) {
body {
background-color: #303030;
color:#e3e3e3;
}
}
.hint {
color: #a6a6a6;
color: #7d7d7d;
}
#a_targetUrl {
color: unset;
Expand Down

0 comments on commit 68b660d

Please sign in to comment.