Removes ads on Pixiv!
Pixiv Adblocker by 136MasterNR
Details
Author136MasterNR
LicenseNo License
Categorypixiv.net
Created
Updated
Size479 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 Pixiv Adblocker
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes ads on Pixiv!
@author 136MasterNR
==/UserStyle== */
@-moz-document domain("www.pixiv.net") {
/** Remove Ads **/
.sc-12xjnzy-1,
.sc-zfvkpm-0,
.sc-h4y4ap-1,
.sc-4nj1pr-4,
.sc-1fmkkdm-0,
.sc-1yvhotl-1 > iframe:nth-child(1),
.sc-43rkwq-3,
.sc-185y4-0,
.sc-3mzzpc-0 {
display: none!important;
}
}