帖文详情
avatar
@Orca@nya.one

Google Chrome 默认允许 google.com 及其子域名访问私有 API ,包括获取 CPU 利用率等 ​:nachoneko_8:​
您可以尝试在访问 google 的子域名时在 debug console 中执行以下内容

chrome.runtime.sendMessage( "nkeimhogjdpnpccoofpliimaahmaaome", { method: "cpu.getInfo" }, (response) => { console.log(JSON.stringify(response, null, 2)); }, );
simonwillison.net/2...

RE: fedi.simonwillison....
查看详情

hangout_services/thunk.js

It turns out Google Chrome (via Chromium) includes a default extension which makes extra services available to code running on the `*.google.com` domains - tweeted about today [by Luca Casonato](https://twitter.com/lcasdev/status/1810696257137959018), …

0
0
0
@Orca@nya.one
0/486
加载中