Skip to content

pan.baidu.com video play 简化 by funcdfs

Details

Authorfuncdfs

LicenseNo License

Categorypan.baidu.com

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

删除无用元素,专心播放视频

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pan.baidu.com video play 简化
@version      20240111.07.31
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://pan.baidu.com/play") {
.module-video .video-wrap, .module-video .video-wrap-outer {
    width: 100%;
    height: 747px;
    background: #000;
    position: relative;
}

.module-video .video-main {
    width: 100%;
    margin: 0 auto;
    padding-top: 2px;
}

.module-video .video-title {
    display: none;
}

.header-box {
    display: none !important;
}

.module-video .video-main {
    padding: 0 !important;
}

::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
    ::-webkit-scrollbar-thumb {
      background: #DEE1E6 !important;
    }
}

@-moz-document url-prefix("https://pan.baidu.com/s") {
.theme-share-page-back,
#layoutHeader,
.slide-show-header,
.module-aside {
    display: none !important;
}


#layoutApp {
    padding-top: 0px;
    min-height: 100%;
    position: absolute;
}

#layoutApp .frame-main {
    width: 100%;
    position: absolute;
}

.frame-content {
    width: 100%;
    background: #fff;
    margin-right: 0px;
    min-height: 100%;
}

.module-share-file-main {
    height: 900px !important;
    width: 100%;
}

.module-video .video-wrap, .module-video .video-wrap-outer {
    width: 100%;
    height: 747px; 
/*     // 786 739 */
    background: #000;
    position: relative;
}

.module-video .video-main {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

.video-content {
    position: absolute !important; 
    top: 0 !important; 
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.module-header, .frame-main {
    margin: -11px auto;
    text-align: left;
}

::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
    ::-webkit-scrollbar-thumb {
      background: #DEE1E6 !important;
    }

#video-player {
    width: 100% !important;
    height: 747px !important;
}
}

Reviews

No reviews yet.