您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove Linguee min & max widths
/* ==UserStyle== @name Linguee Wide @description Remove Linguee min & max widths @author V1rgul (https://github.com/V1rgul) @license CC BY-NC - Creative Commons Attribution-NonCommercial @version 0.0.1.20200814214044 @namespace https://greasyfork.org/users/676264 ==/UserStyle== */ @-moz-document domain("linguee.com.br"), domain("linguee.de"), domain("linguee.es"), domain("linguee.fr"), domain("linguee.ru") { #outer_div { max-width: none !important; min-width: 484px !important; /* 17+450+17 */; } #mainlayout { padding-left: 0 !important; padding-right: 0 !important; } .app_teaser { display: none !important; } #dictionary .dictionaryWithAppTeaser { padding-right: 0 !important; } .dictionaryWithAppTeaser .exact .lemma_content { padding-left: 40px; } .dictionaryWithAppTeaser .inexact .lemma_content { padding-left: 0; } #lingueecontent { margin-bottom: 5em; } }