dns-killer/clean.js

7 lines
180 B
JavaScript
Raw Normal View History

2023-03-13 10:09:41 +08:00
console.log(chrome)
// chrome.send('clearHostResolverCache')
// chrome.send('flushSocketPools')
window['dns-view-clear-cache'].click()
window['sockets-view-flush-button'].click()