Clear the cache
Posted: Sat Aug 10, 2019 12:15 pm
Open chrome://net-internals
Execute the script
The cache is cleared!
Is it possible to make a special procedure out of this?
Execute the script
Code: Select all
document.getElementById('capture-status-view-actions').selectedIndex = 2;
document.getElementById('capture-status-view-actions').onchange();
Is it possible to make a special procedure out of this?