您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A Tumblr userstyle that undoes the early 2022 post footer justified widths and restores the right aligned post interaction buttons and left aligned notes count on the same line.
/* ==UserStyle== @name Tumblr Old Post Footers @namespace https://greasyfork.org/users/662334 @version 0.6.1 @description A Tumblr userstyle that undoes the early 2022 post footer justified widths and restores the right aligned post interaction buttons and left aligned notes count on the same line. @author citrusella @license CC-BY-SA-4.0 @supportURL https://citrusella-flugpucker.tumblr.com ==/UserStyle== */ @-moz-document domain("tumblr.com") { .MCavR { align-items: center !important; display: flex !important; justify-content: flex-end !important; border-top: none !important; margin: 0 !important; padding: 0 20px 0 0 !important; } .gstmW { display: flex !important; height: 30px !important; justify-content: space-between !important; min-width: 0 !important; padding-left: var(--post-padding) !important; padding-right: var(--post-padding) !important; position: relative !important; } .tOKgq,.m5KTc { align-items: center; color: rgba(var(--black), .65) !important; display: flex !important; flex-wrap: wrap !important; font-family: var(--font-family) !important; font-size: .875rem !important; font-weight: 700 !important; justify-content: space-between !important; line-height: 1.5 !important; width: 100% } .tOKgq { margin-top: 12px !important; padding-bottom: 12px !important; } .sfGru { font-family: var(--font-family) !important; font-size: 1rem !important; font-weight: 700 !important; line-height: 1.5 !important; line-height: 1 !important; margin-left: 20px !important; position: relative !important; } }