Play iQiyi video in web page full-screen mode.
www.iqiyi.com full-screen by alswl

Details
Authoralswl
LicenseNo License
Categoryiqiyi
Created
Updated
Code size413 B
Code checksumdd8096ba
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.iqiyi.com full-screen
@version 20230928.13.27
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://www.iqiyi.com/v_.*\\.html") {
#__nuxt {
display: none;
}
.has-bgad .qy-app-wrap {
left: 0px !important;
right: 0px !important;
min-width: 0px !important;
min-height: 0px !important;
}
.qy-app-wrap {
top: 0px;
}
}