From b0511234bb8339a73fef8e2a42c2bfac8dc3d305 Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 13 Nov 2022 15:35:01 +0800 Subject: [PATCH] 2.15.5 --- src/addon-popup.html | 46 +++-- src/ajax.js | 153 +++++++++-------- src/background.js | 359 +++++++++------------------------------ src/background_sw.js | 6 + src/ck.js | 48 +++--- src/connecting.html | 7 +- src/engine_handle.js | 125 ++++++++++---- src/enginesdata.js | 159 +++++++++++++++-- src/i_layout.css | 30 +++- src/i_scripts.js | 25 +-- src/js/checku.js | 319 ++++++++++++++++++++++++++++++++++ src/js/mtm.js | 5 +- src/js/themeHandler.js | 8 +- src/js/useraction.js | 37 +++- src/manifest-chrome.json | 3 +- src/manifest.json | 2 +- 16 files changed, 864 insertions(+), 468 deletions(-) create mode 100644 src/background_sw.js create mode 100644 src/js/checku.js diff --git a/src/addon-popup.html b/src/addon-popup.html index d1a4484..6926c3d 100644 --- a/src/addon-popup.html +++ b/src/addon-popup.html @@ -36,6 +36,8 @@ + + @@ -61,11 +63,12 @@ - 大术专搜Big Search + 大术专搜Big Search 🔍 + @@ -166,7 +169,7 @@ - + 开启此功能Enable this feature
@@ -360,7 +363,7 @@

使用说明Usa
  • - 快捷键 + 快捷键(可能需自行修改)
    • 唤出界面。Firefox: Ctrl+Alt+S | Chrome及其他:Ctrl+Shift+S
    • 将选择文本设定为搜索词(然后再使用唤出界面)。Firefox: Ctrl+Alt+D | Chrome及其他:Ctrl+Shift+D
    • @@ -376,15 +379,6 @@

      使用说明Usa

      大术专搜 当然不只是一个简单的搜索请求发送器。可以访问源代码页面,以了解其一些“独门特技”

      - -

      老用户FAQ

      - -

      Q: Chrome系的浏览器中,选择文本后点击右键菜单没反应,还要点击一下工具栏按钮才打开界面

      - -

      A: 这是仅Chrome内核浏览器有的缺陷。请在选择了文本后,使用按键组合Ctrl+Shift+D然后Ctrl+Shift+S来作为暂时的快捷操作

      - - -
      @@ -406,7 +400,7 @@

      老用户FAQ

    • - Keyboard shortcut + Keyboard shortcuts (may need changing manually )
      • Open popup. Firefox: Ctrl+Alt+S | Chrome & others:Ctrl+Shift+S
      • Set selected text as search term (then use open popup). Firefox: Ctrl+Alt+D | Chrome & others:Ctrl+Shift+D
      • @@ -427,6 +421,28 @@

        老用户FAQ

  • +
    +

    老用户FAQ

    + +
    +

    Q: Chrome系的浏览器中,选择文本后点击右键菜单没反应,还要点击一下工具栏按钮才打开界面

    + +

    A: 这是仅Chrome内核浏览器有的缺陷。请在选择了文本后,使用按键组合Ctrl+Shift+D然后Ctrl+Shift+S(可能需自行修改)来作为暂时的快捷操作

    +
    +
    +
    +

    FAQ

    + +
    +

    Q: I selected text and used context menu, it won't automatically show popup until I click toolbar button (on some browsers like Chrome)

    + +

    A: It's because of defect of Chrome browser engine. Please use key combination Ctrl+Shift+D then Ctrl+Shift+S (you may want to modify them) as workaround

    +
    +
    + + + +