wasteof flat concept, needs tweaking, but could work

comments (single view)

* {
  border-radius 0 !important;
}
let s = document.createElement('style');
s.innerText=`* {
  border-radius: 0 !important;
}`;
document.body.append(s)
View all comments