notranslate-Prevent translating snippets and formulas

A tampermonkey script aims to prevent unnecessary translation of code segment and math equations.

Penulis
windingwind
Pemasangan harian
0
Total pemasangan
432
Nilai
3 0 0
Versi
0.3
Dibuat
22 Februari 2020
Diperbarui
11 Agustus 2020
Size
3,32 KB
Lisensi
N/A
Berlaku untuk
Semua situs

notranslate-Prevent translating snippets and formulas

When using chrome translation, math equations and code segments are translated, causing unnecessary trouble? This script aims to prevent unnecessary translation of code segment and math equations.

How To Use

To use this script, use the keyboard ctrl + Q when the page is ready (such as after the page is loaded and before translation), and then confirm. Please note that you need to do this before clicking "Translate".

Possible Problems

Because the script is not yet complete, some types of content may not be detected. You can modify the behaviorList of the script yourself. If you like, please contact me to update the script. Via GitHub or mail.

Updates

  • v0.3 fixe some problems with MathJax formulas (thanks @zheng-gl) 2020/04/02
  • v0.2 add support
  • v0.1 initial update