wynd @wynd

wasteof flat concept, needs tweaking, but could work

Feb 4, 2022, 12:22 AM
11
View all Parent

comments

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