Do not display advertisement in the margin area on left and right.
iqiyi.com - no ad margin by drmingdrmer
Details
Authordrmingdrmer
LicenseNo License
Categorywww.iqiyi.com
Created
Updated
Size368 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 iqiyi.com - 11/9/2022, 6:21:28 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("iqiyi.com") {
/* Insert code here... */
.has-bgad .qy-app-wrap {
left: 0px !important;
right: 0px !important;
}
}