您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
makes the page nicer to use
当前为
/* ==UserStyle== @name Compact FA Submissions layout with floating removal bar @author @YR Foxtaur @description makes the page nicer to use @version 0.1 @namespace https://greasyfork.org/en/users/703495 @license CC-BY 4.0 ==/UserStyle== */ @-moz-document url-prefix("https://www.furaffinity.net/msg/submissions/") { body{ overflow-x:visible; } div#standardpage section:last-child{ position:sticky; left: 0; right: 0; bottom: 0; z-index: 5; } h4.date-divider{ display: inline-block; width:min-content; height:21px; padding:3em 0; white-space:break-spaces; } div#messagecenter-submissions{ text-align:center; } section.gallery{ display:inline; text-align:center; white-space:nowrap; } }