Skip to content

微信读书-左侧目录 by meteor199

Screenshot of 微信读书-左侧目录

Details

Authormeteor199

LicenseNo License

Category微信读书

Created

Updated

Size647 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         微信读书 pdf 目录
@version      20220103.12.20
@namespace    userstyles.world/user/meteor199
@description  微信读书 阅读 pdf 时,显示目录
@author       meteor199
@license      No License
==/UserStyle== */

@-moz-document domain("weread.qq.com") {
    .readerCatalog{
        display:flex !important;
        left:0;
        width:390px;
    }

    .readerContent .app_content{
        margin-left:380px;
    }
    .readerControls{
    /*     display:none; */
        right: 0;
        left: auto;
    }
    
    .readerCatalog_bookInfo{
      display:none   
    }


}

Reviews

No reviews yet.