We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0e93af + 68b9fa3 commit 4652116Copy full SHA for 4652116
src/utils.js
@@ -11,6 +11,8 @@ export function extractLaunchParams() {
11
function getYTURL() {
12
const ytURL = new URL('https://www.youtube.com/tv#/');
13
ytURL.searchParams.append('env_forceFullAnimation', '1');
14
+ ytURL.searchParams.append('env_enableWebSpeech', '1');
15
+ ytURL.searchParams.append('env_enableVoice', '1');
16
return ytURL;
17
}
18
0 commit comments