Chrome flags – настройка браузера Хром под экстремальные задачи
Chrome flags – это экспериментальные настройки в Google Chrome, которые можно использовать для улучшения работы в интернете. Есть флаги, которые помогут вам сэкономить память, ускорить загрузку файлов, использовать более быстрые интернет-протоколы и многое другое. Вот краткое изложение лучших флагов Chrome, которые вы можете начать использовать сразу после прочтения этой статьи.
Как получить доступ к Chrome Flags
Доступ к настройкам ваших Chrome flags очень прост. Просто введите «chrome://flags» в адресную строку и нажмите Enter. Откроется окно Chrome flags, где вы можете просмотреть все доступные флаги, а также включить или отключить отдельные флаги.
Флаги Chrome могут содержать ошибки и вызывать непредсказуемое поведение вашего браузера. Если вы столкнулись с проблемами, вы всегда можете отключить флаг или выбрать Сбросить все по умолчанию в верхней части страницы chrome://flags, чтобы сбросить все флаги к их настройкам по умолчанию.
Быстрая, параллельная загрузка файлов в Chrome
Не нравится ждать загрузки программного обеспечения, музыки или фильмов? Параллельная загрузка – это отличный флаг, который может значительно сократить время загрузки вашего файла.

Это достигается путем разделения задачи загрузки файлов на параллельные задания, которые выполняются одновременно. Вы не увидите, что задания выполняются отдельно, но время загрузки должно улучшиться.

Для включения параллельной загрузки найдите в списке флагов Parallel downloading и поставьте в правом выпадающем меню переключатель в положение Enabled. Эта простая настройка увеличит скорость загрузки для всех типов файлов.
Экспериментальный протокол QUIC на Google Chrome
Название звучит немного загадочно, но не позволяйте этому оттолкнуть вас. По сути, экспериментальный протокол QUIC (произносится как «квик/быстрый») – это новый транспортный интернет-протокол, сочетающий в себе лучшее из UDP и TCP.

QUIC делает интернет-трафик похожим на общий UDP-трафик 4-го уровня, что помогает ускорить серфинг и повышает безопасность при загрузке.

Включить QUIC protocol можно поставив в правом выпадающем меню переключатель в положение Enabled. Перейдите и активируйте QUIC для более быстрой работы вашего браузера.
Автоматическая генерация паролей в Google Chrome
Автоматическая генерация паролей – это удобный инструмент, который автоматически сгенерирует надежный пароль для ваших страниц регистрации.

После включения просто щелкните правой кнопкой мыши внутри поля пароля, и появится контекстное меню. Отсюда выберите «Предложить надежный пароль».

Включить Automatic password generation вы можете поставив в правом выпадающем меню переключатель в положение Enabled. Нажмите и активируйте флаг автоматической генерации паролей в вашем браузере Google Chrome.
Экономия памяти: активная вкладка «заморозить» и «сбросить»
Каждая открытая вкладка занимает около 50 МБ оперативной памяти. Если у вас открыто 10 вкладок, это 500 МБ памяти. Когда этот флаг включен, любые вкладки, которые вы не используете, перестанут потреблять память вашего устройства (но останутся видимыми в панели вкладок). Если вы снова выберете вкладку, она перезагрузится в то же состояние, в котором находилась до того, как была «заморожена».

Включить Proactive Tab Freeze and Discard вы можете поставив в правом выпадающем меню переключатель в положение Enabled.
Анонимизировать локальные IP-адреса, предоставляемые WebRTC
С точки зрения безопасности флаг Anonymize Local IPs Exposed by WebRTC может дать вам дополнительный уровень безопасности и душевного спокойствия. Когда этот флаг включен, он будет скрывать локальные IP-адреса с именами хостов mDNS. Это может помочь вам быть более безопасным при работе в Интернете.

Если вы используете другие флаги или вам понравилась эта статья – обязательно поделитесь ей со своим другом, ускорьте его работу в Google Chrome и он будет вам благодарен. Остались вопросы? Есть идеи? Пишите в комментариях под этой статьей!
What is WebRTC Leak and How to Fix it in All Browsers?
Achieving complete online security these days is just like climbing a mountain. With the increase in internet traffic, chances are more to lose personal data. Hackers are spying on you from the back of your device’s browser.
You might be thinking about how even it can be possible? I know you are getting interested, go ahead and read the problems and solutions of the WebRTC Leak.
What is WebRTC?

People use Web browsers to connect to the online world, particularly for web chat applications like Web Whatsapp, Web Skype, and Hangouts. These web browsers use WebRTC (Real-time communication for the web) to create real-time connections to send data like voice and video over the web. Browsers like Chrome, Firefox, Edge, Safari, and mobile browsers come with this feature by default and don’t require any plugins.
How does WebRTC Leak Occurs?
A WebRTC leak occurs when your public IP address is exposed via your browser’s WebRTC functionality. Web browsers are designed in such a way that it allows WebRTC to send the request to the STUN Server. The STUN server returns the result in a Javascript file. This file is easily accessible and can be queried by writing a simple script.
Don’t be happy if you are using a poor VPN. The best VPN protects you by replacing your public IP address with its own IP address. So if this replaced IP address is leaking, you don’t have to worry.
So, What is STUN and STUN Server?
STUN (Session Traversal Utilities for NAT) is a set of instructions. A protocol like WebRTC uses it to know the IP address of devices across the internet. So STUN’s primary job is to answer the question “what is my IP address?” and to do so it uses the STUN server. Whereas STUN Server returns the STUN’s query answer in the form of a Javascript file.
How to Test WebRTC Leak?
Your security is in your hands only, leverage in security means losing the online identity to others. Test your browsers to know whether it’s helping you or harming you.
You can visit the following site to test it.

I performed the WebRTC leak test using browserleaks.com in my Chrome browser without the use of any VPN and plugin. The result was very disappointing as it was exposing my IP address. The leak problem occurs due to only public IP addresses. Do does not worry about the local IP address, it will not hurt you.
With your eagle eye, you may have noticed Local and Public addresses. The story is simple, both serve the same purpose. The public IP address helps to locate devices across the internet universe while the local IP address is used inside a private network to locate devices.
Types of WebRTC Leak Severity
Based on the above leak test, I have observed that not all leaks are equal. It can be categorized into two levels of severity:
- Leaks when permissions granted
- Leaks when permissions not granted
Less Severe occurs when your public IP is hidden, but the website you are visiting is asking for mic or camera permission. In this case, the person who is spying on you can record your voice after permission is granted.

If your public IP address is leaking even after a VPN connection, then before the third person asks for mic or camera permission from you, you will find yourself under attack. This is the most severe leak and is known as “Persistent Vanilla Leak”.
How to Fix WebRTC Leak?
Some options are available to prevent and fix WebRTC leaks. Note that not all VPNs will protect you from WebRTC Leak, so we have suggested the best ones only.
- WebRTC Leak Fix using VPN (like NordVPN, ExpressVPN, and CyberGhost)
- Disable WebRTC feature in the browser (Firefox)
- Use of extensions in browsers
1. How to Fix WebRTC using VPNs?
When the WebRTC Leak was found in browsers, many VPN (Virtual Private Network) providers were scared. As it was leaking information while VPN was connected. Various VPN providers worked hard to battle this issue and finally, they won. We have reviewed various premium VPNs and tested them thoroughly. However, some failed in their promise, and some became king.
Each of the below-listed VPNs will provide you complete security and you don’t have to fear while surfing the web. Go through the link to read a full review of each VPN.
WebRTC Leak Fix using ExpressVPN
ExpressVPN is a market leader in the VPN industry. To provide the best value support, it offers various privacy and security-related features like DNS leak fix and WebRTC leak fix. To fix the WebRTC leak, the ExpreesVPN browser extension comes in handy, but the extension is available only for Chrome and Firefox browsers. The ExpressVPN browser extension fixes the leak by disabling WebRTC from the settings menu itself, or you can also manually do this, and thus ensure safety.
WebRTC Leak Fix using NordVPN
If you really ask me how to fix the WebRTC leak in browsers, my recommended suggestion will be NordVPN . With the tight secure servers and geo-unblocking capability, NordVPN stands first in my test. When fixing the leak, NordVPN doesn’t care if you are using a browser extension or any VPNs. It just replaces your original IP address with its server’s IP address, so even if it leaks you are protected.
WebRTC Leak Fix using CactusVPN
CactusVPN also has a solution for the WebRTC Leak. Subscribe for a free 3-day trial and check how it protects you. Get WebRTC leak fixed as soon as you connect to their server. Apart from this get features like high-end encryption, no-log policy, DNS leak protection, and access to six VPN protocols: OpenVPN, SoftEther, SSTP, IKEv2/IPSec, L2TP/IPSec, PPTP for your perfect browsing experience.
2. How to Fix WebRTC Leak With Web Extension?
Chrome Browser
WebRTC organization offers a free and trustable extension for Chrome browsers. WebRTC Network Limiter gives you the option to route the internet traffic through your VPN’s IP address.
Enrich Your Browsing Experience by Enabling these Chrome Flag Settings

Every update pushed and every feature rolled out adds more value to Google Chrome. And this makes Google Chrome one of the most loved browsers. However, there’s one feature Chrome Flags that many users are unaware of.
Believe it or not, these Chrome Flags can change your overall browsing experience by making it richer. In this article, we will discuss such Chrome Flags settings that will boost your browser functionality like never before.
What are Google Chrome Flags?
Google Chrome Flags are a set of Chrome features that are in the experimental phase. In other words, Google Chrome Flags contains all such features and settings that are not yet released for the public in the stable Google Chrome version.
But if you love testing new features before release then play along with Chrome Flags settings to get more out of your browser.
So, let’s learn how to enable Google Chrome Flags.
How to Access Google Chrome Flags
Google doesn’t want to stop anyone from playing with Chrome Flags. Therefore, accessing them won’t be difficult for users who would like to have a first-hand experience.
To access Google Chrome Flags, follow the steps given below:
Note: Since Chrome Flags are in the experimental phase, there is a possibility that using them might crash your browser. The same warning has been given by Google.

Even after all these warnings if you still want to go ahead and tinker with Chrome Flags settings follow the below-listed steps:
1. To access Chrome Flags settings either type chrome://flags OR“about://flags” in the Google Chrome address bar and hit Enter.

2. This will open Chrome Flags displaying a long list of available and unavailable Chrome Flags settings that can be enabled or disabled your need. If you are looking for a specific Chrome Flag, then type it in the search box provided.

3. All available Chrome Flag has a short description below them and even mention supported platforms (Mac, Windows, Linux, Chrome OS, Android).
4. Once you enable any Chrome Flag setting a message will prompt to relaunch the Chrome browser. Once that is done the newly added settings will be applied.

Wasn’t this easy!
Now that we know how to enable Google Chrome Flags to let’s know about the best Chrome Flags that you can use.
Useful Chrome flags
1. Experimental QUIC protocol:
QUIC protocol is a new Internet transport protocol that’s under development. It combines both TCP and UDP protocols. This means QUIC protocol will not only increase the data exchange and browsing speed but it will reduce latency when compared to TCP.

In simple terms, QUIC protocol will improve the performance of connection-oriented web apps that are presently using TCP protocol. Usability of this protocol, cannot be completely tested as QUIC protocol is in its experimentally phase hence many web browsers do not support it.
To enable Experimental QUIC protocol, in Chrome flags type “Experimental QUIC protocol” in the search bar. Alternatively, to directly access type chrome://flags/#enable-quic on the Chrome address bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”.
2. Parallel Downloading

No one in this world likes waiting. All we want is that our download should complete within a whisker of a second. Parallel Downloading is one such flag that speeds up the download process by splitting up a large file you are trying to download into smaller files so that the download process can run parallelly, resulting in speeding up the download process.
Note: You visually won’t see your files splitting and downloading into each smaller file, but you will surely find that your download speed has been improved.
To enable Parallel Downloading, in Chrome flags type “parallel downloading” in the search bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”
3. Smooth Scrolling:

If you are in the habit of opening several Chrome tabs while browsing, then you may have found that scrolling through the web content has become sluggish. And here comes trendy Smooth Scrolling Flag. Once you enable this Chrome Flag setting you will find that now you can smoothly scroll through a web page even if it contains a lot of animations. And what more this flag is available for Windows, Linux, Chrome OS, and Android platform.
To enable this flag type “Smooth Scrolling” in the search bar or to directly access type chrome://flags/#smooth-scrolling on the Chrome address bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”.
4. Enable Reader Mode:

This flag is somewhat of a boon for the people who prefer the Internet to read news, article, stories over books. Once this Google Chrome Flag is enabled, it removes background clutter that slows down the web page. Moreover, it even makes reading the content easy. If you are on a network that is quite slow, then Reader Mode or Distill page (another name for Reader Mode) comes more than handy as it will strip off all the images leaving just the text on the page.
To enable this flag type “Enable Reader Mode” in the search bar or to directly access type chrome://flags/#enable-reader-mode on the Chrome address bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”
Once you have enabled this Google Chrome Flag, go to the webpage you wish to access, select Toggle distilled page contents from the top-right menu of the Chrome browser.
5. Anonymize Local IPs Exposed by WebRTC:

We all will agree with the fact that security over the Internet is the utmost need of the hour. And here we have a Google Chrome Flag known as Anonymize Local IPs Exposed by WebRTC, which provides an extra security layer while browsing through the Internet. Once you enable this flag your local Ip will be masked with mDNS hostnames and you can browse through the Internet with more peace of mind.
To enable this flag type “Anonymize Local IPs Exposed by WebRTC” in the search bar or to directly access type chrome://flags/#enable-webrtc-hide-local-ips-with-mdns on the Chrome address bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”
6. Proactive Tab Freeze and Discard:
Every tab that we open on Chrome consumes some amount of memory. Now, if we have opened multiple tabs then it will use more memory, resulting in slowing down the speed of your machine. But after enabling this flag any unused tabs will stop consuming up your machine memory, although remain visible in the browser tab strip. If you click on the tab again, it will reload the entire content of the webpage you were browsing.
7. Allow Download Resumption without Strong Validators:

Many a time we face a situation when we wish to pause the ongoing download, especially when downloading is squeezing all the Internet bandwidth. If this flag is enabled you can pause and resume the download. This flag is supported on Mac, Windows, Linux, Chrome OS, Android platform.
To enable this flag type “Allow download resumption without strong validators” in the search bar or to directly access type chrome://flags/#download-resumption-without-strong-validators on the Chrome address bar. Once you find this Chrome Flag setting click on Enabled option from the drop-down menu.”
Conclusion:
So, guys, these were some of the useful Chrome Flags that will surely provide you a richer browsing experience than before. There are many other Google Chrome Flags that you can experiment with. However, use them with care, as all the Chrome Flags settings you are playing with are in the experimental phase and may sometimes ruin your browsing experience. But, if you feel that your Chrome browser is crashing or becoming unstable after enabling Chrome Flags, and you are unable to find the culprit, revert to default settings by clicking on Reset all to default button. Alongside this, you never know when these flags disappear without any further notifications.
We hope that you love reading this article. If you have any comments or suggestions, then do share them in the comment box below.
Нагибаем цензуру в интернете — Включаем DoH
Всем привет, последнее время в интернете усиливают цензуру в интернете. Запрещают нам ходить на сайты, блокируют просмотр фильмов, прослушивание музыки и блокируют возможность использовать некоторые мессенджеры. На канале я уже рассказывал о Чебурнете и о том как заблокировали крупный сервер с фильмами для рунета. В общем жизнь в интернете становится сложной. Сегодня я хочу рассказать как можно нагнуть цензуру, посещать и смотреть в интернете все что угодно без VPNа. А в этом нам поможет новые технологии в браузерах, точнее DoH.
DoH — DNS over HTTPS
DNS over HTTPS — это возможность в современных браузерах которая позволяет шифровать DNS трафик, а по русски, когда вы например хотите получить доступ к любому сайту, ваше устройство отправляет запрос в интернет что бы узнать имя сайта к которому вы хотите подключиться. Например, имя моего сайта spec-komp.com. Раньше браузеры отправляли такой запрос в не зашифрованном виде и всякие там надзиратели могли заблокировать этот запрос, и запретить доступ к сайту. Нужно было ставить VPN так как он шифровал весь трафик и все работало, запреты были сняты. Я кстати тоже рассказывало о этом.

Ну, а сейчас во всех браузерах появилась технология DoH которая позволяет шифровать трафик о имени сайта и всякие надзиратели не смогут определить куда именно вы хотите подключится и не смогут заблокировать вам доступ к любому ресурсу в интернете. Эта технология уже есть во всех современных браузерах.
Вам просто нужно обновить свой браузер до самой последней версии на данный момент и выполнить несколько настроек, которые я сейчас покажу.
Настройка DoH во всех браузерах
Google Chrome
Запускаем браузер, жмем + и создаем новую вкладку в ней вписываем: chrome;//flags/#dns-over-https вы увидите настройку Secure DNS lookups, слева на кнопке выбираем Enabled. А потом внизу нажимаем Relaunch.

Но это не все, у многих, устройства получают DNS сервера от провайдера, а если провайдер не использует DNS сервер который поддерживает DoH. То работать ничего не будет. В этом случае есть еще вариант создать ярлык браузера с принудительным включением браузера с DoH, который будет использовать заданный DNS сервер в обход DNS провайдера. Итак находим любой ярлык Хрома и в строке объект через пробел дописываем это:

—enable-features=»dns-over-https<DoHTrial» —force-fieldtrials=»DoHTrial/Group1″ —force-fieldtrial-params center»>
Перезапускаем браузер если он был запущен и идем на сайт https://1.1.1.1/help Для проверки, включился ли у вас DoH. Если включился, вы увидите вот такое сообщение:

Теперь у вас точно работает DoH на вашем браузере.
Mozilla Firefox
На лисе все включается проще. Главное что бы у вас стояла последняя версия браузера, проверить это можно в Справке — О браузере. Далее идете в настройки — параметры сети и ставите галочку Включить DNS через HTTPS. Все снова идете на https://1.1.1.1/help и проверяете работу DoH, что примечательно браузер даже ненужно перезагружать все работает на лету.

Opera
В опере все включается так же как и в Хроме, только нужно перейти в настройки так: opera://flags/opera-doh дальше все идентично настройкам хрома, но без шаманства с ярлыком. В общем разработчики упростили жизнь пользователям оперы и все включается с пол тыка. Одно маленькое но, если вы используете VPN в опере, то DoH работать вместе с VPNом не будет!
Все более подробно я показываю в этом видео:
Другие браузеры на основе движка Chromium
Есть еще куча браузеров которые используют движок Chromium, например, Vivaldi, EDGE, Brave, Comodo, Atom, Uran, Яндекс.Браузер и т.д, и там вход в настройки отличаются только началом:
- browser//flags/#dns-over-https
- uran//flags/#dns-over-https
- atom//flags/#dns-over-https
- comodo//flags/#dns-over-https
- brave//flags/#dns-over-https
- edge//flags/#dns-over-https
- vivaldi//flags/#dns—over—https
Думаю логика понятна, у всех них тоже нужно шаманить с ярлыком, действия те же что и в Хроме. Отличие только в Вивальди. Там в сетевых настройках нужно вручную прописать DNS 1.1.1.1 и 1.0.0.1. Это может помочь и с другими браузерами.
Теперь вы знаете как включить DoH на любом браузере, если вы знаете другие способы пишите о это в комментариях. И да, теперь вы спокойно можете посещать все заблокированные сайты ), рутор например ).