Simplify
◆Weblio辞書 by syon
Details
Authorsyon
LicenseNo License
Categoryweblio
Created
Updated
Size816 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Weblio辞書
@version 2024-06-06
@namespace userstyles.world/user/syon
@description Simplify
@author syon
@license No License
==/UserStyle== */
@-moz-document domain("ejje.weblio.jp") {
/* トップ画面広告 */
div:has(>[href^="https://eikaiwa.weblio.jp"]),
/* メイン内 テーブル */
#main #summary table,
#main .flex-rectangle-ads-frame,
div:has(> a[target="_blank"]),
/* 右サイドバー */
#side,
/* フッター広告 */
#footFixAdBar,
/* 動画広告 */
.gliaplayer-container,
[data-ref="floater"] {
display: none !important;
}
#searchWord {
font-family: monospace;
}
/*
* Layout
*/
#main {
float: initial;
margin: 0 auto;
}
}