Skip to content

Commit 5039d44

Browse files
committed
Update searchJumper.user.js
1 parent 1b63805 commit 5039d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SearchJumper/searchJumper.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @name:zh-TW 搜索醬
55
// @name:ja 検索ちゃん
66
// @namespace hoothin
7-
// @version 1.6.5.6.6
7+
// @version 1.6.5.6.7
88
// @description Jump to any search engine quickly and easily, the most powerful, most complete search enhancement script!
99
// @description:zh-CN 又一个多搜索引擎切换脚本,在搜索时一键跳转各大搜索引擎,支持任意页面右键划词搜索与全面自定义
1010
// @description:zh-TW 又一個多搜尋引擎切換脚本,在搜索時一鍵跳轉各大搜尋引擎,支持任意頁面右鍵劃詞搜索與全面自定義
@@ -1875,7 +1875,7 @@
18751875
ele.dataset.name = name;
18761876
ele.classList.add("search-jumper-word");
18771877
let word = document.createElement("span");
1878-
word.innerText = name;
1878+
word.innerText = name.substr(0, 3).trim();
18791879
ele.appendChild(word);
18801880
let img = document.createElement("img");
18811881
img.style.opacity = 0;

0 commit comments

Comments
 (0)