From d57692f7aaea244fd4592647640a68f59117c820 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 30 May 2022 00:48:20 +0300 Subject: [PATCH] Remove not working voice search button --- 0003-Remove-voice-search-button.patch | 29 +++++++++++++++++++++++++++ chromium-browser-stable.spec | 7 ++++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 0003-Remove-voice-search-button.patch diff --git a/0003-Remove-voice-search-button.patch b/0003-Remove-voice-search-button.patch new file mode 100644 index 0000000..581bc50 --- /dev/null +++ b/0003-Remove-voice-search-button.patch @@ -0,0 +1,29 @@ +From 60e68a6bbac3904a68d1270843f839cf4c56883a Mon Sep 17 00:00:00 2001 +From: Mikhail Novosyolov +Date: Mon, 30 May 2022 00:43:20 +0300 +Subject: [PATCH] Remove voice search button + +Remove voice search button from chrome://new-tab-page. +Firstly, Google APIs keys do not work now and this button also does not work. +Secondly, we use Yandex as the default search for most users, and Google's voice search is irrelevant. +--- + chrome/browser/resources/new_tab_page/realbox/realbox.html | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/chrome/browser/resources/new_tab_page/realbox/realbox.html b/chrome/browser/resources/new_tab_page/realbox/realbox.html +index 4f411aaf24..265dda16fe 100644 +--- a/chrome/browser/resources/new_tab_page/realbox/realbox.html ++++ b/chrome/browser/resources/new_tab_page/realbox/realbox.html +@@ -137,9 +137,6 @@ + + +- + chrome://new-tab-page -Patch649: 0001-Functional-new-tab-page-with-non-Google-search-engin.patch -Patch650: 0002-Yandex-as-default-search-engine.patch +Patch650: 0001-Functional-new-tab-page-with-non-Google-search-engin.patch +Patch651: 0002-Yandex-as-default-search-engine.patch +Patch652: 0003-Remove-voice-search-button.patch # Block odd interaction with Google servers, probably including loading promo Google logos # (e.g. an LGBT-colored one, https://clck.ru/niFdJ) # https://github.com/Eloston/ungoogled-chromium/blob/master/patches/core/ungoogled-chromium/block-requests.patch -Patch651: block-requests.patch +Patch653: block-requests.patch BuildRequires: bison BuildRequires: llvm15