让Chrome显示www和https

新版的Chrome 77又把wwwhttps给隐藏了,日常搞事啊,恢复显示的步骤如下

在浏览器的地址栏输入以下两个命令:

  1. chrome://flags/#omnibox-ui-hide-steady-state-url-scheme,然后选择disabled
  2. chrome://flags/#omnibox-ui-hide-steady-state-url-trivial-subdomains,然后选择disabled
  3. 重启Chrome浏览器

重新打开网站,应该就能恢复了。

在浏览器中看其他国家/地区的Google Play排名

更新:该接口已经被Google封了。

在Google Play的网页版中,我们能看到当前国家或者地区的,不同分类的应用排名,但是想看其他地区的就有问题了。以下是解决办法,直接在URL中使用固定参数

https://play.google.com/store/apps/category/BUSINESS/collection/topselling_free?gl=ru

其中,BUSINESS是分类,gl=ru是国家的代号

只要按照这个规则,直接在浏览器中访问特定的URL就那个看到对应的应用排名

Read more

恢复Chrome的地址栏www

  1. 打开chrome
  2. 地址栏输入
  3. chrome://flags/#omnibox-ui-hide-steady-state-url-scheme-and-subdomains
  4. 将选项改为disabled
  5. 重启浏览器
Read more

Android O的感叹号或者叉 怎么去掉呢

Andorid O上的感叹号看着确实烦人,只要运行以下命令就好。

1
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204

7.0-7.1.0

需要服务器支持https

或者使用命令

adb shell "settings put global captive_portal_use_https 0"

Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×