为网页上的用户、帖子、视频添加自定义标签和备注,让你的浏览体验更加个性化和高效。轻松识别用户、整理内容、过滤无关信息。同时也是一个现代化的书签管理工具。支持 100+ 热门网站,包括 V2EX、X (Twitter)、YouTube、TikTok、Reddit、GitHub、B站、抖音、小红书、知乎、掘金、豆瓣、吾爱破解、pixiv、LINUX DO、小众软件、NGA、BOSS直聘等。
< 脚本 🏷️ 小鱼标签 (UTags) - 为链接添加用户标签 的反馈
Maybe (if userscript can do this thing like an addon) it can be useful for your userscript to see how it add image to a collection, read it here:
I will keep this solution in mind for when I implement image saving for links.
But browser api only allow to take screenshot of current tab
This is very useful information; I didn't know it before.
Thank you.
In the current version, users need to paste image URLs themselves.
I'll provide features to automatically fetch images from metadata or generate them via screenshots in the future.
I see you continue to actively improve your project:
Seems ready soon...
;-)
Yeah, I'm hoping to push out this big release soon.
The toughest part left is the data sync. As soon as that's solid, I can ship it and keep refining.
Way to Adding image / screenshot to an UTag:
I found an Addon:
Collections by MienaiYami
Maybe (if userscript can do this thing like an addon) it can be useful for your userscript to see how it add image to a collection, read it here:
IMG don't get shown. #11
"If an image is on web, it should be supported by this extension.
By default, if the page does not provide a default image in metadata, it just take a screenshot of the page, compress and resize it.
But browser api only allow to take screenshot of current tab so when using batch operations, it just uses "favicon" from the pages. When displaying these images, they are set to fit height of the item in collections list."