Recent changes to Xiaohongshu added overseas (American?) version at rednote.com. Fixes resized sample and redirects you to proper CDN for full image, use alongside Image Max URL. Please only ask for help on the Github issues, don't dmail me, I'll reply faster there warning: does bare minimum, bad regex skills
The userscript has been updated to version 1.1.0. This version adds support for searching BURs by their script.
Preview
Searching for all BURs that match the regex ^(alias|rename) .*_\(touhou\) -> (i.e., all renames or aliases whose antecedent contains _(touhou) in the end):
If adding a tag works bottom-up — automatically adding in its implied parents — shouldn't there be a bottom-up counterpart for tag removal? This script implements the idea I originally proposed in topic #24225. Back then I hadn't thought through cases where you'd want to selectively keep some of the parent tags, but I've addressed that while building this script.
For detailed usage, please check the GitHub project page.
Helps you to quickly fill in the artist, source, title, and description field of a video you got. This works with a caveat that your file name is formatted in this way "Title [Video ID].ext" from the default yt-dlp setting. If not then it just won't work, you either gotta rename or redownload em using the default name scheme. Support 3 main site that is Youtube, Bilibili, and Nicovideo.
The script has 3 main button, fix , link, and auto fetch button. Fix is there to just fix up the source and title only if you for some reason still want to fill in the description and artist manually, source fix is able to recognize the source by judging from the video id pattern, if it started with BV it's bilibili, sm and it's nicovideo, whatever else and it's youtube. Link button to open up that video in a new tab. And the auto fetch button is the bread and butter of this script. It fetched the description and artist links from the video and put em in the text field, while the artist name is shown alongside the button for you to copy. It's also there on the tag section for quick tag. It also supports automatic bilibili external link creation as you can see in the after image
Another thing is that when it detect no related artist channel in the video it would open up new artist creation tab and you can pick the artist up there and it will automatically fill in the channel link. For youtube if there's more links in the channel about page like twitter etc it will also include them. And also when you're watching a video from any of the supported website there's also a button that would appear in the bottom right for you to check and/or create an artist tag for em on the fly, only if you wanted to. Another thing I forgot to mention is that it supports detecting multiple artist in a bilibili video.
Before
After
Artist creation page, don't ask why I'm using Babish as example
There's also the romanize name button as a separate script. It used to be on the script itself but it broke quite often so I decided to separate it.