Skip to content

archive.org - hide reader controls in fullscreen by danielrozenberg

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/240705.user.css

Screenshot of archive.org - hide reader controls in fullscreen

Details

Authordanielrozenberg

LicenseNONE

Categoryarchive

Created

Updated

Size730 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style hides the book reader controls (loan/return loan button, and page navigator) when you enter full screen mode while reading books on archive.org.

Notes

Note that you must enter full screen mode (F11), not just press the expand button on the page navigator!

Source code

/* ==UserStyle==
@name         archive.org - hide reader controls in fullscreen
@namespace    USO Archive
@author       Daniel Rozenberg
@description  This style hides the book reader controls (loan/return loan button, and page navigator) when you enter full screen mode while reading books on archive.org.    Note that you must enter full screen mode (F11), not just press the expand button on the page navigator!
@version      20220606.01.25
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://archive.org/details/") {
@media all and (display-mode: fullscreen) {
  ia-book-actions,
  .BRfooter {
    display: none;
  }

  .BRcontainer {
    bottom: 0 !important;
  }
}
}

Reviews

No reviews yet.