とりあえずニコニコ動画の「ニコる」を削除しています。
2024/08/07:新しいニコニコ動画に仮対応
2022/12/16:デザインが崩れてきていたので修正
Authorhorahuto
LicenseNo License
Categoryニコニコ動画
Created
Updated
Size668 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
とりあえずニコニコ動画の「ニコる」を削除しています。
2024/08/07:新しいニコニコ動画に仮対応
2022/12/16:デザインが崩れてきていたので修正
/* ==UserStyle==
@name ニコニコ動画無駄機能外し
@namespace USO Archive
@author ヌルポ
@description `ニコニコ動画の個人的に無駄と思う機能を取り除いて、少しは見やすいように配置を入れ替えてます。
@version 20240807.00.01
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.nicovideo.jp/watch/") {
button[aria-label="ニコるボタン"] {
display: none;
}
.gap_base:hover button[aria-label="ニコるボタン"] {
display: flex;
}
}