您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Patreon website is more suitable for wide screens.
当前为
- /* ==UserStyle==
- @name Patreon responsive + customizations
- @version 1.0.13
- @description Patreon website is more suitable for wide screens.
- @author BreatFR (https://breat.fr)
- @namespace https://gitlab.com/breatfr
- @homepageURL https://gitlab.com/breatfr/patreon
- @supportURL https://discord.gg/Q8KSHzdBxs
- @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
- @preprocessor stylus
- @var checkbox bigimages "Big images" 1
- @var text fontsize "Custom font size" 1.2rem
- @var checkbox nojump "No Jump to level up" 1
- @var checkbox nocomments "No comments" 0
- @var checkbox widemode "Wide mode" 1
- ==/UserStyle== */
- /* === Credits ===
- Website https://breat.fr
- facebook https://www.facebook.com/breatfroff
- mastodon https://mastodon.social/@breat_fr
- telegram https://t.me/breatfr
- vk https://vk.com/breatfroff
- X (twitter) https://x.com/breatfroff
- === Credits === */
- @-moz-document domain("patreon.com") {
- :root {
- --fontsize: fontsize;
- }
- /* Loved */
- [data-tag="like-button"][aria-checked="true"] > div > svg path {
- fill: #c6374d;
- }
- /* No double scrollbar */
- #__next > .sc-uiqay7-0.cnwZin {
- overflow: hidden;
- }
- /* Custom font size */
- :root,
- button,
- div,
- li,
- p,
- .cLOyGt,
- .cuiKYE,
- .cQjDCC,
- .fxePXf,
- .jYEggK {
- font-size: fontsize !important;
- }
- .vWGl {
- font-size: calc(var(--fontsize) - .2rem)!important;
- }
- span > .vWGl {
- font-size: inherit !important;
- }
- .gxOVkK {
- font-size: calc(var(--fontsize) - .4rem)!important;
- }
- if nocomments {
- [data-tag="content-card-comment-thread-container"],
- .bmnjsr {
- display: none !important;
- }
- }
- if nojump {
- .sc-jrQzAO.bAzCwM,
- .sc-o4u8m1-2 > div > div:nth-child(2),
- [data-tag="upgrade-free-membership-button"],
- [data-tag="free-membership-upgrade-cta"] {
- display: none !important;
- height: 0 !important;
- max-height: 0 !important;
- }
- }
- if widemode {
- section.fZbiny>div,
- .bNdQpa,
- .bnFcNI,
- .cuHeCZ,
- .gSEDWh,
- .hGVSIy,
- .idaEYe,
- .kYRjdn,
- .lghRlU,
- .McnWk,
- .PSylB,
- .VqdYx {
- max-width: 100% !important;
- }
- .gwGwhu {
- padding: 0;
- }
- .bcGqVn {
- grid-template-columns: 80% 20%;
- }
- .jwWBqC {
- grid-column-end: span 1;
- }
- .leSNuf:nth-child(odd)> .dGdDmr {
- flex-direction: row-reverse !important;
- }
- .sc-o4u8m1-4.hBubtn > div > div > h2 {
- margin-top: 1rem;
- }
- .dzWUmz,
- .cgDWfu {
- max-width: max-content !important;
- }
- }
- }
- @-moz-document url("https://www.patreon.com/home") {
- if bigimages {
- * {
- aspect-ratio: auto !important;
- }
- .dofSdt img {
- min-width: 100% !important;
- object-fit: cover !important;
- }
- [data-tag="launcher-post-card"] > div > div > div > [elevation="subtle"] div:not([data-tag="post-details"] div,[data-tag="content-card-comment-thread-container"] div,div[width="fluid"] div,[data-tag="locked-badge-button"] div,[data-tag="chip-container"],.jhLQmG,.jhLQmG div,.dgQBHC) {
- display: flex !important;
- flex-basis: 100% !important;
- flex-direction: column !important;
- max-width: 100% !important;
- }
- img,
- div[elevation="subtle"] > div,
- .djipQD > .image-grid {
- display: block !important;
- height: auto !important;
- max-height: 100% !important;
- min-width: 100% !important;
- object-fit: contain !important;
- }
- img[loading="eager"] {
- width: auto !important;
- }
- .image-grid + .image-grid {
- margin-top: 2px;
- }
- .image-carousel {
- height: 112px;
- object-fit: contain;
- width: auto !important;
- }
- /* Little unblur */
- .dgyaSI {
- background: transparent !important;
- opacity: 0 !important;
- }
- .image-grid > img {
- background: transparent !important;
- object-fit: contain !important;
- min-width: 100% !important;
- }
- [data-tag="locked-badge-button"] p {
- padding-right: 3em;
- }
- [width="fluid"] a {
- max-width: 96% !important;
- overflow: hidden !important;
- }
- header {
- height: 0 !important;
- }
- a,
- img,
- .jQZWvF {
- overflow: hidden !important;
- }
- }
- }
- @-moz-document regexp("https://www\\.patreon\\.com/[^/]+/about") {
- div.sc-xac35p-1.jhLQmG {
- display: flex !important;
- flex-direction: row !important;
- justify-content: space-between !important;
- width: 100% !important;
- }
- header {
- height: 417px !important;
- }
- .sc-gIBqdA.hVkHgO > div > div.sc-jrQzAO.bmnjsr {
- padding-right: 2em;
- }
- }
- @-moz-document regexp("https://www\\.patreon\\.com/[^/]+/posts") {
- if bigimages {
- * {
- aspect-ratio: auto !important;
- }
- .dofSdt img {
- min-width: 100% !important;
- object-fit: cover !important;
- }
- [data-tag="post-card"] > div > div > [elevation="subtle"] div:not([data-tag="post-details"] div,[data-tag="content-card-comment-thread-container"] div,div[width="fluid"] div,[data-tag="locked-badge-button"] div,[data-tag="chip-container"],.jhLQmG,.jhLQmG div,.dgQBHC) {
- display: flex !important;
- flex-basis: 100% !important;
- flex-direction: column !important;
- max-width: 100% !important;
- }
- img,
- div[elevation="subtle"] > div,
- .djipQD > .image-grid {
- display: block !important;
- height: auto !important;
- max-height: 100% !important;
- max-width: 100% !important;
- min-width: 100% !important;
- object-fit: contain !important;
- }
- img[loading="eager"] {
- aspect-ratio: 1 / 1 !important;
- height: 100% !important;
- object-fit: cover !important;
- }
- .image-grid + .image-grid {
- margin-top: 2px;
- }
- .image-carousel {
- height: 112px;
- object-fit: contain;
- width: auto !important;
- }
- /* Little unblur */
- .dgyaSI {
- background: transparent !important;
- opacity: 0 !important;
- }
- .image-grid > img {
- background: transparent !important;
- object-fit: contain !important;
- min-width: 100% !important;
- }
- [data-tag="locked-badge-button"] p {
- padding-right: 3em;
- }
- [width="fluid"] a {
- max-width: 96% !important;
- overflow: hidden !important;
- }
- header {
- height: 417px !important;
- }
- a,
- img,
- .jQZWvF {
- overflow: hidden !important;
- }
- }
- }
- @-moz-document url-prefix("https://www.patreon.com/posts") {
- if bigimages {
- * {
- aspect-ratio: auto !important;
- }
- .dofSdt img {
- min-width: 100% !important;
- object-fit: cover !important;
- }
- [data-tag="post-card"] > div > div > [elevation="subtle"] div:not([data-tag="post-details"] div,[data-tag="content-card-comment-thread-container"] div,div[width="fluid"] div,[data-tag="locked-badge-button"] div,[data-tag="chip-container"],.jhLQmG,.jhLQmG div,.dgQBHC) {
- display: flex !important;
- flex-basis: 100% !important;
- flex-direction: column !important;
- max-width: 100% !important;
- }
- img,
- div[elevation="subtle"] > div,
- .djipQD > .image-grid {
- height: auto !important;
- max-height: 100% !important;
- max-width: 100% !important;
- min-width: 100% !important;
- object-fit: contain !important;
- }
- img[loading="eager"] {
- aspect-ratio: 1 / 1 !important;
- height: 100% !important;
- object-fit: cover !important;
- }
- .image-grid + .image-grid {
- margin-top: 2px;
- }
- .image-carousel {
- height: 112px;
- object-fit: contain;
- width: auto !important;
- }
- /* Little unblur */
- .dgyaSI {
- background: transparent !important;
- opacity: 0 !important;
- }
- .image-grid > img {
- background: transparent !important;
- object-fit: contain !important;
- min-width: 100% !important;
- }
- [data-tag="locked-badge-button"] p {
- padding-right: 3em;
- }
- [width="fluid"] a {
- max-width: 96% !important;
- overflow: hidden !important;
- }
- header {
- height: 0 !important;
- }
- a,
- img,
- .jQZWvF {
- overflow: hidden !important;
- }
- }
- }