Disable the pagination on step-by-step instructions.
Show all LineageOS Wiki steps by pgaskin
Mirrored from https://raw.githubusercontent.com/pgaskin/userstyles/master/lineageos-wiki-steps.user.css
Details
Authorpgaskin
LicenseNo License
Categorylineageos
Created
Updated
Size511 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 Show all LineageOS Wiki steps
@version 20240510.03.35
@namespace https://userstyles.world/user/pgaskin
@description Disable the pagination on step-by-step instructions.
@license No License
@author Patrick Gaskin
@homepageURL https://github.com/pgaskin/userstyles
@supportURL https://github.com/pgaskin/userstyles/issues
==/UserStyle== */
@-moz-document domain("wiki.lineageos.org") {
#paginated-content > * {
display: block !important;
}
}