fix webstore not loading
This commit is contained in:
parent
0b46764618
commit
2bbdb6fa7b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function go() {
|
||||||
url = url.replaceAll("youtu.be", "yewtu.be")
|
url = url.replaceAll("youtu.be", "yewtu.be")
|
||||||
} else if (url.includes("google.com/?q")) {
|
} else if (url.includes("google.com/?q")) {
|
||||||
url = url.replaceAll("google.com/?q", "startpage.com/?q")
|
url = url.replaceAll("google.com/?q", "startpage.com/?q")
|
||||||
} else if (url.includes("google.com") && !url.includes("maps") && !url.includes("news")) {
|
} else if (url.includes("google.com") && !url.includes("maps") && !url.includes("news") && !url.includes("webstore")) {
|
||||||
url = url.replaceAll("google.com", "startpage.com")
|
url = url.replaceAll("google.com", "startpage.com")
|
||||||
} else if (url.includes("https://news.google.com")) {
|
} else if (url.includes("https://news.google.com")) {
|
||||||
url = url.replaceAll("https://news.google.com", "http://68k.news")
|
url = url.replaceAll("https://news.google.com", "http://68k.news")
|
||||||
|
|
Loading…
Reference in a new issue