how open chrome settings in new tab using javascript
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I wont open "chrome://settings/contentExceptions#media-stream" in new tab using JavaScript href="chrome://settings/contentExceptions#media-stream" or onclick="window.top.location='chrome://settings/contentExceptions#media-stream'" doesn't work any ideas ? 回答1: You are not allowed to load local resources, your best bet would be to inform the user how to reach that page in a nice way. 文章来源: how open chrome settings in new tab using javascript