Skip to content

bilibili 宽屏 by bowencool

Imported and mirrored from https://raw.githubusercontent.com/bowencool/Tampermonkey-Scripts/main/bilibili-wide-screen.user.css

Screenshot of bilibili 宽屏

Details

Authorbowencool

LicenseMIT

Categorybilibili.com

Created

Updated

Size547 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         bilibili 宽屏
@version      0.1.0
@description  移除两侧空白,最大宽度播放视频
@author       bowencool
@license      MIT
@namespace    bilibili.com
@supportURL   https://github.com/bowencool/Tampermonkey-Scripts/issues
==/UserStyle== */

@-moz-document url-prefix("https://www.bilibili.com/video/") {
  .left-container {
      width: initial !important;
  }
  #playerWrap {
      height: initial !important;
  }
  #bilibili-player {
      width: 100% !important;
      height: auto !important;
  }
}

Reviews

No reviews yet.