Search: result
主要内容:所见所闻 | 各种教程 | 有用的东西
博客:https://blog.qixing1217.top
朋友圈:https://moments.qixing1217.top
网页版频道: https://channel.qixing1217.top
博客:https://blog.qixing1217.top
朋友圈:https://moments.qixing1217.top
网页版频道: https://channel.qixing1217.top
-
-
Telegram is the #1 most downloaded mobile app in China on Android, according to Google Play. Access to Telegram requires a VPN in China, but Chinese people are smart — they like Telegram and find a way to use it.
Last week, China forced Apple to remove apps such as Telegram from its Chinese App Store. We haven’t seen any decrease in downloads coming from China — and I don’t think Telegram was the main target of this change.
It was a move against Apple itself: the Chinese authorities are forcing more of their citizens to switch from iPhones to Android smartphones produced by Chinese companies such as Xiaomi. Unlike iPhones, most Android phones allow sideloading apps outside app stores — such as the direct version of Telegram — so more users from China will migrate to Android.
Once again, Apple shot itself in the foot with its centralized “walled garden” app policies. As a result of this change, the iPhone market share in China will keep shrinking. Prioritizing profits over freedom for users is not a good long-term strategy
-
- #浏览器 #聚合搜索 #GoogleCSE
简单的基于浏览器书签和Google CSE的一种聚合搜索的解决方案,基本原理为:js代码获取当前网页上的选定文本,没有选中的文本则弹框输入,然后基于Google CSE进行聚合搜索javascript: (function (){var keyword=""+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);if(!keyword)keyword=prompt("\u8BF7\u8F93\u5165\u641C\u7D22\u7684\u5173\u952E\u8BCD:","");window.open(%27https://cse.google.com/cse?cx=b69a75f31a06c4fc2#gsc.tab=0&gsc.q=%27+keyword+%27&gsc.sort=')}())所以其实在调用方案上,也可以基于其他划词搜索或其他插件更加方便的进行搜索