Hide the "like" bar that appears overlay the image when viewing an image on pixiv, making it easier to view
pixvで画像に重なり表示されるいいねバーをブロック、見やすくする
Hide pixv overlay like bar by faurpja

Details
Authorfaurpja
LicenseNo License
Categorypixiv.net
Created
Updated
Size206 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
huh
Source code
/* ==UserStyle==
@name Hide pixv overlay "like" bar
@version 20241229.00.19
@namespace ?
==/UserStyle== */
@-moz-document domain("www.pixiv.net") {
.fPeueM {
position: static;
}
}