美化介面與操作增強,增加額外功能,提供更好的使用體驗
| Parameter | Description | Default |
|---|---|---|
BlockAds |
Simple ad blocking | true |
CacheFetch |
Cache Fetch data under the same tab to speed up subsequent identical loads | true |
DeleteNotice |
Delete notice | true |
SidebarCollapse |
Sidebar collapses, restored when mouse hovers nearby | true |
KeyScroll |
Keyboard hotkeys ↑↓ auto scroll | true |
TextToLink |
Convert plain text link strings into clickable hyperlinks | true |
BetterPostCard |
Correct displayed name based on Pixiv name, customizable, direct link to source site Tag | true |
CardZoom |
Adjust card preview size | true |
CardText |
Adjust card preview text effect | true |
BetterThumbnail |
Replace card preview image with image from post | true |
QuickPostToggle |
Quickly switch post preview (currently only nekohouse) | true |
NewTabOpens |
Open page jumps in new tab | true |
ExtraButton |
Additional bottom buttons for quick top return and direct paging | true |
LinkBeautify |
Beautify download links, and allow (browse ») to show content on hover | true |
CommentFormat |
Adjust comment layout | true |
VideoBeautify |
Beautify video style, display download link at title position | true |
OriginalImage |
Auto original image | true |
Settings menu (if no immediate response, try refreshing the page)
Currently, the settings menu will only appear inside posts, specifically in places where original images can be shown, when the plugin is enabled. At the moment, only the image size adjustment feature is available. As someone who isn't great at design, I’m honestly too lazy to complete the rest of the menu features w
KeyScroll: (The mode difference is the implementation method, users can choose based on preference)
↑ ↓ Trigger with keyboard, pressing to scroll will stop once pressed again, and pressing the opposite direction will trigger reverse scrolling.
[1] Animation frame scrolling
[2] Interval scrolling
CardText:
[1] On post preview pages, hide text on preview cards, which will be restored when the mouse moves over it
[2] On post preview pages, fade the text on preview cards, which will restore when the mouse moves over it
CardZoom:
[1] Enlarge preview card [previous versions before v0.0.46 used this method]
[2] Enlarge preview card + hover zoom
VideoBeautify:
[1] Move the download links from the download area to above the video as a title, allowing direct download by clicking the title or scrolling to the download area.
[2] Move the download links from the download area to above the video as a title, removing duplicate links in the download area.
OriginalImage:
[1] Fast auto-original image loading, with higher network and computer load, but faster speed.
[2] Very slow auto-original image, where each image waits until the previous one is fully loaded before proceeding, with lower network and computer load, but extremely slow.
[3] Trigger original image loading while scrolling, only loading original images when viewed, with load speed depending on scrolling speed, average load speed.
Original Image Experimental Rendering (sometimes server issues can cause delays, you can manually trigger it): To restore, change experiment to false.
Originally, the preview image would be replaced directly, and the original image would load afterward. In the experimental mode, it first retrieves the original image data before replacing it, showing a green border indicator on the preview image during loading and displaying the loading progress.
First of all, these scripts were originally written for my personal use and later simply shared with those who need them.
As a developer providing scripts for free, I do not charge any fees and have no obligation to provide support for all situations, so I kindly ask you to maintain basic respect and friendliness when providing feedback.
Not sure if it's a bug or a configuration issue? Please use an "inquiry" approach to describe your situation, rather than directly determining that the script has an error.
This is a free script, not a commercial product
If your feedback lacks details, is emotional, non-constructive, or is just a simple sentence, I will not be able to or spend time guessing your meaning. Such feedback only consumes development enthusiasm and time.
Developing, testing, and maintaining scripts requires a lot of effort. Careless negative reviews can frustrate developers and even lead them to stop maintenance. Please cherish these free resources and report issues in a specific and rational manner.
If you are unwilling to help clarify the issue and just want to vent and leave, I suggest you choose not to use this script. Don't waste each other's time.
If unclear and non-constructive comments appear in the future, I will choose to ignore them and may ultimately abandon script maintenance. Thank you for your understanding and cooperation.
Compatibility recommendations:
Avoid CacheFetch cache interference
X-Bypass-CacheFetch: true
Avoid LinkBeautify altering Download section
css
:not([beautify])
Avoid OriginalImage rewriting Files section
javascript
// Example
document.querySelector("a, rc, img")
.href || .src to maintain compatibility.Release Version: 2025.09.26-Beta
previewAbove option. By default, the preview appears above; if set to false, it appears below.