summaryrefslogtreecommitdiff
path: root/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 03:01:21 +0300
committerawy <awy@awy.one>2025-08-15 03:01:21 +0300
commita9370a08517668b3e98cc1d0bd42df407a76c220 (patch)
tree37e7bdb0e76f5495f798e077e45d377c0c3870c0 /data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js
parentb73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff)
ubo + private browsing patchHEADmaster
Diffstat (limited to 'data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js')
-rw-r--r--data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js b/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js
deleted file mode 100644
index 8bd6a10..0000000
--- a/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/google-search.js
+++ /dev/null
@@ -1,27 +0,0 @@
-const targets = /https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(google\.).*)/;
-const redirects = [
- { link: "https://duckduckgo.com", q: "/" },
- { link: "https://startpage.com", q: "/search/" },
- { link: "https://www.ecosia.org", q: "/search" },
- { link: "https://www.qwant.com", q: "/" },
- { link: "https://www.mojeek.com", q: "/search" },
- { link: "https://search.snopyta.org", q: "/" },
- { link: "https://searx.info", q: "/" },
- { link: "https://searx.be", q: "/" },
- { link: "https://search.disroot.org", q: "/" },
- { link: "https://searx.tuxcloud.net", q: "/" },
- { link: "https://searx.ninja", q: "/" },
- { link: "https://tromland.org/searx", q: "/search" },
- { link: "https://engine.presearch.org", q: "/search" },
- { link: "https://searx.silkky.cloud", q: "/" },
- { link: "https://search.trom.tf", q: "/" },
- { link: "https://whooglesearch.net", q: "/search" },
- { link: "https://whoogle.sdf.org", q: "/search" },
- { link: "https://whoogle.himiko.cloud", q: "/search" },
- { link: "https://whoogle-search.zeet.app", q: "/search" },
-];
-
-export default {
- targets,
- redirects,
-};