Skip to content

Commit 27bc7b3

Browse files
committed
已无效,请勿安装
1 parent 74d0d97 commit 27bc7b3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

GoogleTranslate-Beautification.user.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
function addStyle() {
5757
var style,
5858
style_1 = `
59-
/* 翻译结果的选择列表宽度 */
59+
/* 翻译结果的选择列表宽度
6060
.alt-menu {
6161
max-width: 35% !important;
62-
}
63-
/* 翻译结果选择时显示翻译结果的翻译结果 */
62+
} */
63+
/* 翻译结果选择时显示翻译结果的翻译结果
6464
.goog-menu.round-trip-content {
6565
white-space: normal !important;
6666
word-break: break-all !important;
67-
}`,
67+
} */`,
6868
style_2 = `
69-
/* 清理多余内容 */
69+
/* 清理多余内容
7070
.rQKk7.zJmlgc {
7171
display: none !important;
72-
}`,
72+
} */`,
7373
style_Add = document.createElement('style');
7474
if (menu_streamline) {
7575
style = style_1 + style_2;

0 commit comments

Comments
 (0)