您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.
Modified/Forked from Ellililunch AO3 Bookmark Maker.
Userscript that automatically adds the details of a work to your bookmark notes for archival purposes. I've made the script highly configurable with (hopefully) clear instructions, but out-of-the-box functionality should be good enough if you don't want to bother with the configuration.
IMPORTANT NOTES:
true
if template literals are supported.Apart from the editing of what preset you're using/the actual contents of the autogenerated bookmark, all major userscript settings have been moved to a menu on the header menu of your preferences page.
An explanation of all the settings is in the userscript's code.
Demo/Example images show the output if Preset 1 (the default preset) is being used.
Everything collapsed:
Details uncollapsed:
Details & summary uncollapsed:
Details & relationships uncollapsed:
Details & summary & relationships uncollapsed:
part_of_series
which is a string that shows what series a work is a part of and at what position of the series.title_URL
which is just the URL of the work/series as plaintext (https://greasyfork.org/en/scripts/467885/discussions/290711)series_works_titles_summaries
a hyperlink to the work (https://greasyfork.org/en/scripts/467885/discussions/290546)series_link
which add information about any series' the work may be a part of (https://greasyfork.org/en/scripts/467885/discussions/290546)on_summary_page != null
instead of on_summary_page == false
/users/*/preferences
pages instead of all /users/*
pagesworkInfo
: fform_tags_list_HTML, fform_tags_list_TXT, fform_tags_comma_HTML, and fform_tags_comma_TXT. These variables add the freeform/additional tags of a work into the bookmark in a collapsible Wordcount: Over *
tags (https://greasyfork.org/en/scripts/467885/discussions/255399)series_works_summaries
to series_works_titles_summaries
to indicate that it's functionality has been changed such that for series with more than 10 works it outputs just the title instead of the title and the summary, as the summaries for more than 10 works are unlikely to fit inside a bookmark*/navigate
pages<a>
tag (the author hyperlink) as a string. e.g. the author_HTML string for AO3 work 54769867 would be '<a rel="author" href="/users/nescias/pseuds/nescias">nescias</a>'
Add a 'relationships' var that can be used in workInfo to add the work's relationship tags to the bookmark. The default config is now set to include said var in workInfo.
Suggested by oliver t@greasyfork
Add functionality to retrieve the ID of the work or series being bookmarked.
Credit to oliver t@greasyfork on Ellililunch AO3 Bookmark Maker's feedback page for the suggestion and elli-lili-lunch for implementing it first