// ==UserScript== // @name CouseraTranslator // @namespace http://tampermonkey.net/ // @version 0.6 // @description cousera课程翻译 // @author JiaoWoBanXianEr // @match https://www.coursera.org/* // @icon https://www.google.com/s2/favicons?sz=64&domain=baidu.com // @grant none // @downloadURL none // ==/UserScript== let color = '#ffff22'; let bgColor = "#7f7f7f"; let fontSize = 60 let t; function translate(){ let text = document.querySelector('.rc-Phrase.active.css-ugczj4'); t.textContent = text.outerText; } var i = setInterval(function() {translate();}, 100); (function() { 'use strict'; t = document.createElement("div"); t.style.position = 'absolute'; t.style.margin = 'auto'; t.style.textAlign = 'center'; t.style.zIndex = 99; t.style.height = 40 + 'px'; t.style.left = 'auto'; t.style.right = 'auto'; t.style.top = 10+'%'; t.style.backgroundColor = bgColor; t.style.fontSize = 40+'px'; t.style.color = color; //t.innerHTML = '