Remove un-needed code that MIGHT break things.

This commit is contained in:
Sam Sneed 2024-08-12 16:50:57 -05:00
parent 842f9bf8c5
commit c6afbb7d6f

View file

@ -32,8 +32,6 @@ function go() {
url = url.replaceAll("google.com/?q", "startpage.com/?q")
} else if (url.includes("https://news.google.com")) {
url = url.replaceAll("https://news.google.com", "http://68k.news")
} else if (url.includes("news.google.com")) {
url = url.replaceAll("news.google.com", "68k.news")
} else if (url.includes("google.com") && !url.includes("maps") && !url.includes("news") && !url.includes("webstore") && !url.includes("mail")) {
url = url.replaceAll("google.com", "startpage.com")
}