We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不是直连、也不是系统代理,就是浏览器默认的代理设置,可以通过 chrome.proxy.settings.clear({ scope: 'regular' }); 清除代理设置。 我理解就是相当于停用/卸载了插件后的代理模式?
chrome.proxy.settings.clear({ scope: 'regular' });
The text was updated successfully, but these errors were encountered:
恢复浏览器默认的代理配置 的 一种模式
Sorry, something went wrong.
貌似可以通过修改“快捷方式”的目标,添加代理参数实现?再:#2513 (comment)
@FlightGitHub [BUG] 开启tun模式,虚拟网卡没有出现 clash-verge-rev/clash-verge-rev#1589 WIN10下即使没开 tun 模式——error:PrepareUIPath error: ExternalUI configure incomplete 是近期2-3个礼拜的内核 verge-mihomo-alpha 的问题,改用正式版即可正常。
No branches or pull requests
不是直连、也不是系统代理,就是浏览器默认的代理设置,可以通过
chrome.proxy.settings.clear({ scope: 'regular' });
清除代理设置。我理解就是相当于停用/卸载了插件后的代理模式?
The text was updated successfully, but these errors were encountered: