Google Translate border-radius: 2px !important

Added by RainSlide, Created: May 30, 2019, Updated: May 30, 2019
No screenshot

Description:

Selectors are directly exacted from:

webapp cn ltr.css

with JavaScript:

const otherStyle = '.sl-sugg-button-container > .jfk-button { border-radius: 0 !important; }'

fetch( new Request('webapp_cn_ltr.css') )
.then(
  response => response.text()
).then(
  text => {
    console.log(text);
    document.body.textContent = text.split("}")
    .filter(
      str => /border-radius:[^012]px/.test(str)
    ).map(
      str => str.split("{")[0]
    ).join(",\n") + " { border-radius: 2px !important; }\n" + otherStyle
  }
);

Installs:
Support: 8+, , , , ,
Applies to:
translate.google.com, translate.google.cn
License:
Public Domain
RainSlide has waived all copyright and related or neighboring rights to Google Translate border-radius: 2px !important, to the extent allowed by law.

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.