Skip to main content

Search: result

主要内容:所见所闻 | 各种教程 | 有用的东西
博客:https://blog.qixing1217.top
朋友圈:https://moments.qixing1217.top
网页版频道: https://channel.qixing1217.top
  1. 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 Telegram for Android
  2. #工具 #AI #浏览器插件 #AI助手 #Monica #Glarity
    浏览器AI助手
    - Monica 可以回答复杂问题,撰写邮件,阅读文章,智能搜索
    - Glarity 一款免费的开源ChatGPT跨语言阅读和写作助手浏览器扩展,适用于总结YouTube视频、Google搜索结果、Twitter帖子等任何网页。Glarity支持免费的镜像翻译(译文原文对照),提供电子邮件写作助手、网页问答等多种功能~
    省流:Monica 不支持自定义API但免费额度较大,Glarity 支持自定义API但免费额度较小,就功能而言 MonicaGlarity 强大不少 GitHub - sparticleinc/chatgpt-google-summary-extension: Chrome extension to view ChatGPT summaries alongside Google search results…
  3. #浏览器 #聚合搜索 #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=')}())
    所以其实在调用方案上,也可以基于其他划词搜索或其他插件更加方便的进行搜索 Programmable Search Engine by Google