wasteof flat concept, needs tweaking, but could work
* { border-radius 0 !important; }
let s = document.createElement('style'); s.innerText=`* { border-radius: 0 !important; }`; document.body.append(s)