// ==UserScript== // @name code-notranslate.user.js // @description code notranslate css in google translater // @match *://*/* // ==/UserScript== ["pre", "code",".highlight"].map(x=>[].map.call(document.querySelectorAll(x),e => e.classList.add("notranslate")))