diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 00000000..16aabc95
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,2 @@
+patreon: returnyoutubedislike
+custom: "https://returnyoutubedislike.com/donate"
diff --git a/Docs/Guide__Troubleshooting.md b/Docs/Guide__Troubleshooting.md
index 62f2d39b..9409d49c 100644
--- a/Docs/Guide__Troubleshooting.md
+++ b/Docs/Guide__Troubleshooting.md
@@ -27,8 +27,8 @@ Troubleshooting Guide
1. Make sure you have the latest version of the extension installed. ([Click Here to check](https://chrome.google.com/webstore/detail/return-youtube-dislike/gebbhagfogifgggkldgodflihgfeippi#:~:text=Report%20abuse-,Version,-2.0.0.3))
2. Close all the tabs & restart your browser
3. Reinstall the extension.
-4. [Check API status]
-5. [Check service worker] (only for chromium based browsers)
+4. [Check API status](#check-api-status)
+5. [Check Cloudflare status](https://www.cloudflarestatus.com/)
6. [If you are on Windows 7 read this](#install-certificates)
diff --git a/Extensions/combined/_locales/en/messages.json b/Extensions/combined/_locales/en/messages.json
index 28c476ca..99deba7f 100644
--- a/Extensions/combined/_locales/en/messages.json
+++ b/Extensions/combined/_locales/en/messages.json
@@ -36,7 +36,7 @@
"message": "Stops counting your likes and dislikes."
},
"textTempUnavailable": {
- "message": "temporarily unavailable"
+ "message": "temp n/a"
},
"textUpdate": {
"message": "update to"
diff --git a/Extensions/combined/popup.css b/Extensions/combined/popup.css
index dfe94cb2..f65c422a 100644
--- a/Extensions/combined/popup.css
+++ b/Extensions/combined/popup.css
@@ -202,3 +202,12 @@ input:checked + .slider:before {
flex-direction: column;
align-items: center;
}
+
+.custom-select select {
+ outline: none;
+ border: none;
+ padding: 5px;
+ color: var(--white);
+ background-color: var(--secondary);
+ border-radius: 0.25rem;
+}
diff --git a/Extensions/combined/popup.html b/Extensions/combined/popup.html
index 7d39246d..96192763 100644
--- a/Extensions/combined/popup.html
+++ b/Extensions/combined/popup.html
@@ -166,6 +166,15 @@