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.
< Spätná väzba na w4tchdoge's AO3 Bookmark Maker
This script is amazing!
Thank you!
I'm editing the wordcount tag part to match canonical ao3 wordcount tags [...], and I want the script to add "Wordcount: Over 100.000" and "Wordcount: Over 150.000" tags for fics that are over 150k words [...], but I don't know how to do that. Whenever I try, I just end up with only the highest wordcount tag added [...] instead of all of them.
Just making sure I understand what you're asking about here before I try to see what I can do about it. You want to modify the functionality of the AutoTag function such that:
Wordcount: Over *
tag that applies to the work. As in, a work with 102k words would have the Wordcount: Over 1.000
, Wordcount: Over 10.000
, Wordcount: Over 20.000
, Wordcount: Over 30.000
, Wordcount: Over 50.000
, and Wordcount: Over 100.000
tags.Have I gotten that right?
Yes.
Yes.
I've got a test version of this bookmark userscript where the old AutoTag functionality has been replaced with the one you've described that is available at this GitHub Gist (direct install link), could you try it out and see if everything works the way you want it to?
If it does, you're free to keep using that version until I can make the necessary changes to the userscript to have both versions of AutoTag available and an ability to switch between the two. I'll let you know via PMs when that happens.
Thank you so much, this works beautifully! This is everything I could ever want now! I'll use this until you change the userscript. (BTW I'm using a temporary greasy fork account because my password manager deleted my password, so you can just ignore my new account and PM the original, I'm still getting email notifications.)
This script is amazing! I have a question, though. I'm editing the wordcount tag part to match canonical ao3 wordcount tags ("Wordcount: Over 100.000", etc), and I want the script to add "Wordcount: Over 100.000" and "Wordcount: Over 150.000" tags for fics that are over 150k words (and etc for other canonical tags), but I don't know how to do that. Whenever I try, I just end up with only the highest wordcount tag added ("Wordcount: Over 150.000" in this example) instead of all of them. I tried googling Javascript stuff and I got nothing. How do I do this? It gets really repetitive doing this manually, but unfortunately you can't filter bookmarks by wordcount.