Modified/Forked from "Ellililunch AO3 Bookmark Maker" (https://greasyfork.org/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的反馈
All user configurable settings are at the bottom of the script. You can change the contents of the autogenerated bookmark by commenting/uncommenting one of the presets found around line 1924 or just editing the workInfo
variable to include whatever bookmark variables you like. A list of bookmark variables that can be used in workInfo
can be found at line 1862 along with their explanations. An explanation of the script settings can be found at line 105.
Hey there! I love the code and saw that you said we could tweak it so that it auto adds the "additional tags" in the bookmark section as a collapsible block
But I'm kinda confused as to how, is it through adding something in the presets, changing something const [fform_tags_list_HTML, fform_tags_list_TXT, fform_tags_comma_HTML, fform_tags_comma_TXT] = (function () {
here? or something else