This style the perfect if you read a Webtoon on google drive, where each page should be joined. It also disable the page header and floating box added by GDrive
No distraction when reading PDF by Starmania

Details
AuthorStarmania
LicenseCC0
Categorydrive.google.com
Created
Updated
Code size727 B
Code checksum6dfa0fdb
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For any issues, contact me, Sylv1., on https://discord.gg/6gawqce26W
Source code
/* ==UserStyle==
@name No distraction when reading PDF
@version 20240206.10.04
@namespace https://userstyles.world/user/Sylv1_Durif
@description This style the perfect if you read a manwa on google drive, where each page should be joined. It also disable the page header and floating box added by GDrive
@author Sylv1_Durif
@license CC0
==/UserStyle== */
@-moz-document regexp("https?:\\/\\/drive\\.google\\.com\\/file\\/d\\/[^\\/]+\\/view") {
.ndfHFb-c4YZDc-cYSp0e-DARUcf {
margin-top: 0px !important;
}
.ndfHFb-c4YZDc-cYSp0e-DARUcf-RJLb9c {
box-shadow: none;
}
.ndfHFb-c4YZDc-Wrql6b,
.ndfHFb-c4YZDc-Wrql6b-Hyc8Sd,
.ndfHFb-c4YZDc-q77wGc {
visibility: hidden;
}
}