Skip to content

ReturnYouTubeDislikeで表示される評価ボタン下の線を消すやつ by aoi751

Details

Authoraoi751

LicenseNo License

CategoryYouTube

Created

Updated

Size439 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Chrome拡張機能/FireFoxアドオンのReturnYouTubeDislikeを有効にした際に表示される評価数を表す線を非表示にするだけです。
需要なんて無いに等しいですが自分の環境だと評価ボタンと線の位置がずれることが多くあるので非表示にしてやりました。
ソースコードは4行で完結してるのでもう公開する意味すらよくわからないです。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ReturnYouTubeDislikeで表示される評価ボタン下の線を消すやつ
@namespace      USO Archive
@author         Aoi_Tomoe
@description    `ReturnYouTubeDislikeで表示される評価ボタン下の線を消します`
@version        1.0.0
@license        NO-REDISTRIBUTION
@-moz-document url-prefix("https://www.youtube.com/") {
div.ryd-tooltip-bar-container{
    display:none
    }
}

Reviews

No reviews yet.