Greasy Fork

Greasy Fork is available in English.

w4tchdoge's AO3 Bookmark Maker

Modified/Forked from "Ellililunch AO3 Bookmark Maker" (http://greasyfork.icu/en/scripts/458631). Script is out-of-the-box setup to automatically add title, author, status, summary, and last read date to the description in an "collapsible" section so as to not clutter the bookmark.

< 脚本 w4tchdoge's AO3 Bookmark Maker 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-10-02

Hi, this is amazing! It makes going through my AO3 bookmarks so much easier and I use it on every fic now. It's a lifesaver.

I have 2 questions regarding the AutoTag feature:
- Is there a way to exclude the 'Complete/Work in Progress' status in the AutoTag? I only ever read completed fics so manually delete the tag every time. I've tried fiddling with the script myself but it just inserts a comma at the beginning (,) which creates a blank tag (which I also have to delete).

- Would you be able to add the first relationship tag to the AutoTag? I tag primary pairings in my bookmarks (since AO3 can't sort between primary and secondary pairings in their filters) and this would be a great timesaver.

Thank you so much for your hard work :)

w4tchdoge作者
§
发布于:2025-10-09

Hi, this is amazing!

Thank you!


Is there a way to exclude the 'Complete/Work in Progress' status in the AutoTag?

Would you be able to add the first relationship tag to the AutoTag?

Both of those features are things that I could add to the preferences dropdown as a set of toggles to customise what's included in AutoTag. I'll try to include it in the next release but I can't give you an ETA on when that'll come.

w4tchdoge作者
§
发布于:2025-10-09

I've tried fiddling with the script myself but it just inserts a comma at the beginning (,) which creates a blank tag (which I also have to delete).

I believe changing line 2377 from

let tag_inputs = [autotag_status];

to

let tag_inputs = [];

should stop AutoTag from adding the work's status to the tags, though I haven't actually tested that.

§
发布于:2025-10-11

Hi, this is amazing!

Thank you!


Is there a way to exclude the 'Complete/Work in Progress' status in the AutoTag?

Would you be able to add the first relationship tag to the AutoTag?

Both of those features are things that I could add to the preferences dropdown as a set of toggles to customise what's included in AutoTag. I'll try to include it in the next release but I can't give you an ETA on when that'll come.

No worries, that'd be great :)

I've tried fiddling with the script myself but it just inserts a comma at the beginning (,) which creates a blank tag (which I also have to delete).

I believe changing line 2377 from

let tag_inputs = [autotag_status];

to

let tag_inputs = [];

should stop AutoTag from adding the work's status to the tags, though I haven't actually tested that.

It works! Thank you so much.

发布留言

登录以发布留言。