Makes posts on Patreon fill the browser's width and changes the background color. Ebooks chapters are easier to read with these changes.
patreon kindle-ify page by justinscott
Details
Authorjustinscott
LicenseNo License
Categorypatreon
Created
Updated
Size785 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 patreon kindle-ify page
@version 20220503.19.31
@namespace userstyles.world/user/justinscott
@description Makes posts on Patreon fill the browser's width and changes the background color. Ebooks chapters are easier to read with these changes.
@author justinscott
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.patreon.com/posts/") {
html body div:nth-of-type(2) div div:nth-of-type(3) main div:nth-of-type(1) div div div:nth-of-type(2) div:nth-of-type(3) {
flex-basis: 100%;
max-width: 100%;
}
div[data-tag="post-content"] {
background-color: #FBF0D9;
}
#renderPageContentWrapper > div > div > div > div.col-xs-12.col-md-8.mb-md > div > div > div > div {
background-color: #FBF0D9;
}
}