From 89a306918ef02ec349d3f45686a8675509163015 Mon Sep 17 00:00:00 2001 From: example Date: Sat, 23 Mar 2019 10:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BA=E9=A1=B5=E9=9D=A2=E9=87=8D?= =?UTF-8?q?=E5=AE=9A=E5=90=91=E5=89=8D=E9=9A=90=E8=97=8F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=BB=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translate/translate.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/translate/translate.js b/translate/translate.js index 98051c5..bc46e10 100644 --- a/translate/translate.js +++ b/translate/translate.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Translate // @namespace http://tampermonkey.net/ -// @version 5.3 +// @version 5.4 // @description 划词翻译调用“金山词霸、有道词典(有道翻译)、Google Translate(谷歌翻译)、沪江小D、搜狗翻译、必应词典(必应翻译)、Microsoft Translator(必应在线翻译)、海词词典、百度翻译、Oxford Learner's Dictionaries、Oxford Dictionaries、Merriam-Webster、汉典、PDF 划词翻译、Google Search、Bing Search(必应搜索)、百度搜索、Wikipedia Search(维基百科搜索)”网页翻译 // @author https://github.com/barrer // @match http://*/* @@ -392,6 +392,10 @@ shadow.appendChild(style); // 内部样式表 shadow.appendChild(link); // 外部样式表 shadow.appendChild(icon); // 翻译图标加入 Shadow + // 重定向前隐藏页面主体 + if (gm.get(gm.REDIRECT_URL, '') && window.location.host == 'example.com') { + document.documentElement.style.display = 'none';; + } window.addEventListener('DOMContentLoaded', (e) => { log('DOM fully loaded and parsed'); // 重定向