[personal profile] sketchme
Does anyone here use the FFDL plugin for Calibre?

If so, how do you manage the Freeform tags? Any tips/advice?

I've been using FFDL for some weeks now, and I've accumulated about 200 AO3 fics. I've left the freeform tags alone but I now have over 500 tags, and that could keep on increasing. So I'm thinking I should try to manage them a bit. But how?

It's not as simple as Fandom tags. Where you can tidy things up with replace_metadata. The freeform tags are huge, you'd be doing the job of the wranglers.

I wish FFDL could get hold of the canonical tags for a fic. It would make things more workable. Does anyone know if AO3 attaches those tags to a story?
montanaharper: close-up of helena montana on a map (Default)
[personal profile] montanaharper
Does anyone know if there's a greasemonkey script to highlight certain tags on the story screen? Basically, I've got AO3 Savior installed to hide stuff, but that doesn't help when I click on recs from other people, especially when they don't mention the things I want to avoid.

I can (and do, right now) read the tags when the page opens, but sometimes the ones I'm trying to avoid don't jump out at me (especially when there's a long list of tags), and I end up downloading them to my iPad before I catch it, which is a huge waste of effort and also frustrating when I've been looking forward to having something new to read, only to find that I really don't.

Thoughts/suggestions? Thanks!
eosrose: (Default)
[personal profile] eosrose
I typically download fic and forget to come back to kudos/comment later. Anyone know how to make a script that will highlight fic that I've already left a kudos and/or comment on? It'll make checking to see if I've left feedback so much easier. XD

Edit: I'm looking for and indicator from the tags/search results pages. I don't want to go to the specific work page to check.
arcanetrivia: a light purple swirl on a darker purple background (Default)
[personal profile] arcanetrivia
I believe the answer to this question is "No" but I just thought I'd check; maybe I've missed a trick.

Is it true that you cannot apply filters to an RSS subscription? For example, I subscribe to fic tagged with a certain character and read that RSS feed. But I would prefer to get only the English-language entries in the feed (and, even better, only the ones within the originating fandom, so I don't get crossover fics). Is it possible to do that?
wrabbit: (harry: blazes)
[personal profile] wrabbit
So I have noticed some fans saying that they prefer to ignore or not read the tags on AO3 because they might find them spoilery. As someone who doesn't consider many things spoilers I found this intriguing. I would like to pose a few questions to everyone:

1) Do you typically read tags? How often do you search by tag?

2) What kinds of tags do you find spoilery and why?

3) What do you want to know about the content of a story before you read? Why?

4) What do you not want to know about the content of a story before you read? Why?

5) Would whether you consider any tags to be spoilery or not be affected if the author wrote the content indicated by the tags creatively or in an atypical way?
[personal profile] boundbooks
Does anyone know if there's any way to skip the AO3-generated matching process? I'm running a very small exchange, and I've actually manually matched my participants (via printing out/cutting paper).

I had wanted to send out the matches today, but AO3 seems to be forcing me to wait for the archive-generated matches before I can manually match.


Is there any way to skip the archive-generated matching step, and cut straight to manually matching my participants?
carene_waterman: An image of the Carina Nebula (Default)
[personal profile] carene_waterman
Hi everyone. I'm working on making some bookmarklets to get practical experience using javascript.

I made a few for use just on the AO3, and the first one, Reorder Fandoms, is tested and posted, and you are all welcome to try it out and offer any feedback you like either here on on my journal.

What this does is take all the links on a fandom page, one you pick from the fandoms dropdown in the main menu, and reorder them by number of works in descending order. This is a great tool for browsing for a new fandom to read that has lots of works in it.

You can go directly to the AO3 section on my GitHub page and drag the bookmarklet (the big blue button that says Reorder Fandoms on it) to your toolbar, sidebar or folder. (Don't know what a bookmarklet is? this Firefox link gives you the basics.)

I've tested it in Firefox and Chrome, but it likely will work in new versions of IE or in Opera, Safari etc.

You must have javascript enabled in your browser. The bookmarklet should only run on fandoms pages (for however long they still look like they do now), but be prepared for a discernible lag while the script runs on the category pages with a lot of fandoms listed. There should be no interference with AO3 scripts.

If you like to browse for fandoms, give it a try.

If you really want to read all my notes on making it along with the uncompressed code, you are welcome to read all about it on my journal.
melannen: Commander Valentine of Alpha Squad Seven, a red-haired female Nick Fury in space, smoking contemplatively (Default)
[personal profile] melannen
I just posted a poll to [community profile] asexual_fandom about how ambiguous relationships (like A/B Queerplatonic or A/B Platonic Romance) get wrangled to the existing / vs. & standard.

I posted it there because a_f people tend to be really passionate about these divisions, but you are all cordially invited to vote too! And spread it around to anyone else you think might be interested. And, uh, to ignore the terrible proofreading job. :P

Putting Relationships Into Binary Boxes
stepps: text "dreamer" on burnt sienna background ([dw] dreamer)
[personal profile] stepps
Hello all you ao3some people! Mod here :) I've been lurking, and I appreciate everyone's contributions so much! Glad you all love playing with AO3 as much as me. If only I had money to give them right now :(

Just dropping by to link you to [personal profile] arduinna's really detailed post about how to use AO3's search function to find just what you want.
tuff_ghost: (Default)
[personal profile] tuff_ghost
If your userscript @requires jQuery, and your users are on Firefox, it's going to break JS running on Ao3 since the latest deploy, particularly the JS which shows modal boxes and hides the Share code on works.

If you're like me you were @requiring jQuery because you wanted your script to run in Chrome on Tampermonkey (where your script is sandboxed away from the host jQuery instance), and you didn't want to maintain two different copies of your script for Greasemonkey and Tampermonkey.

So, @require jQuery breaks stuff in Firefox, but you still need jQuery in Chrome. The solution is to get your jQuery instance from unsafeWindow.jQuery - this will point to the host instance of jQuery.


(function($) {
// your code which uses jQuery normally as $
})(unsafeWindow.jQuery);
samjohnsson: It's just another mask (Default)
[personal profile] samjohnsson
One of the Support requests we've had a couple times recently is true r-t-l support for languages such as Hebrew and Arabic. While we're looking for easier ways to do it, we've currently got a workaround that you can use on any text-based work you post.

To make yourself a workskin:
1) Log in.
2) Go here: archiveofourown.org/skins/new (you can reach that link by going to your Home, then clicking Skins, then the ‘New Skin’ button).
3) Change the Type to ‘Work Skin’ (this step is very important).
4) Write in a title you will recognize and a description.
5) Copy and paste the following into the CSS box:

#workskin #chapters .userstuff .rtl {
font-family: "Guttman David", Arial;
unicode-bidi: embed;
direction: rtl;
}


Then make sure you select the skin when posting a work in a rtl language, in the ‘Custom Stylesheet’ dropdown, and use
<div class="rtl">TEXT</div>
around your text (you can change “rtl” to anything, as long as you change it in both places: your skin and your text).

The skin should:
* set the directionality for the document to RTL
* replace the font with Guttman David, and fall back to Arial if the reader doesn't have GD. (Chosen for the example as it's one of the more consistent Hebrew fonts, according to our respondents.) Watch out that you don't get "smart" quotes around the font names.

If you have any questions, leave them here or give us a shout at the Support page!
poulpette: (LOST - Desmond - Carribean Love)
[personal profile] poulpette
Hello everyone,

After [personal profile] theaeblackthorn posted their greasemonkey script last week, I was inspired to make my own, the AO3 kudos tools.

The script does three things:
- change the background of the kudos ♥ button to a white on green gradient if you have already given kudos to the work,
- highlight your username in the kudos list (white on green background, rounded shape),
- highlight other usernames in the kudos list (white on blue background), if you have listed their username in the script.

ETA: You will have to edit in your username in the script to make it work for you.

I mostly use the last feature to have a quick gauge of whether people I know have similar tastes in fanfic to me have read/liked the work.

If anyone decides to try this, I'd be glad to know if the contrast is correct accessibility-wise.

EDIT 2013.07.03: I've updated the script, anyone having trouble with the script should update to the latest version. Don't hesitate to PM me if something breaks down :)
facetofcathy: four equal blocks of purple and orange shades with a rusty orange block centred on top (Default)
[personal profile] facetofcathy
I like the Podfic community, and one of the things I like about them is that they are a community with that spirit of let's get together and organize stuff! Yay!

One of the things they did is produce a consistency of tagging and presentation of their posts on the AO3 so that they are really easy to recognize.

Almost every one has [Podfic] in the title and is tagged as Podfic and/or Podfic and Podficced Works.

So given that beautiful organization, I had this idea to make Podfics in a page of work blurbs even easier to spot for people who like to browse by category or fandom or pairing.

.work .blurb a.tag[href*="Podfic"] {
background-color: COLOUR;
}


will make the background of any tag which contains the work Podfic in it the colour of your choice.

You can do the same thing for works tagged as Vids too--they're also beautifully orgainized:

.work .blurb a.tag[href*="vid"],
.work .blurb a.tag[href*="Vid"],
.work .blurb a.tag[href*="AMV"] {
background-color: OTHERCOLOUR;
}


I imagine you could do Fanart as well.

Try it out, either in a script or a skin--but you might want to be judicious in your colour choices.
theaeblackthorn: (Suits - Harvey - Good Boy)
[personal profile] theaeblackthorn
Hi all,

I made a greasemonkey script for AO3 that has some handy shortcuts in it.


Essentially this is just me sharing with the rest of the internet something I made to make my ao3 reading easier.

With this script:

- when viewing the works page in AO3, left arrow goes back a page in the pagination, right arrow goes forward a page, like tumblr's navigation.
- when viewing an individual work in AO3, left arrow goes to the next chapter, right to the previous chapter
- when on a work pressing the following keys causes the following behaviour:
-- 'd': downloads the .mobi version of the fic
-- 'k': leaves kudos
-- 'm': marks it for later
-- 's': subscribes
-- '#': sets the filters to 'english' and 'completed works only'*

Like I said, not comprehensive, just something I made to make my reading experience lazier and I thought other people might like as well.

(*pretty tailored to me, but I've left it in there incase someone else wants to use it)

It'd be great to hear if anyone else finds it helpful :)
elf: AO3: So awesome, even the logo is celebrating (with logo with party hat) (Celebrating AO3)
[personal profile] elf
It's high time for the tag wranglers to start wrangling some of those loose incoherent tumblr-style freeforms.

I speak, specifically, of the "I was drunk when I wrote this" concept. I don't know if the canonical should be "written while drunk" or "drunk author" or "drunk writing" (not that, I think; it sounds like it refers to the contents of the fic, not the meta-state of the author) or something else. These decisions are for tag wranglers. *insert airy handwave*

The tags that should be synned include, but are not necessarily limited to:
i was drunk when i wrote this
I was clearly drunk when I wrote this
Drunk Writing
I write when I am drunk
Things I Write While Drunk
I wrote this when I was drunk.
don't judge my drunk
jfc i wrote this drunk at 3 am two years ago
I might have been drunk when I wrote this
Because apparently drunk me writes porn
Don't Drink and Write, which has been used on two fics by different authors! One more and it's eligible for canonicability! Which is a totally cromulent word that's perfectly appropriate to a discussion about fic that was written while drunk.
this is what happens when you let me write while drinking
what was I drinking when I made this
I was drinking okay I regret nothing

Making it canonical would merge several similar tags, encourage future similarity of tagging, and--BONUS!!!--make it easy for people who hate that kind of fic to avoid it.

(Disclaimer: I was not drunk when I wrote this. But I am coming off four days of five hours' sleep each.)
wrangletangle: a lamppost in black and white (Default)
[personal profile] wrangletangle
I started a Tumblr earlier this month to talk about tag wrangling: what it does, how it works, etc. Since then, Tumblr's begun rolling out some changes that make it hard to access that blog without frustration, so I went ahead and made DW and LJ mirrors.

[personal profile] wrangletangle on DW

[livejournal.com profile] wrangletangle on LJ

They will both mirror all regular posts to the Tumblr, as well as archive some of the reblogged conversations there.

I won't be spamming this comm with the posts, though I may drop by once a month or so to offer a digest/synopsis.

In February: Femslash February! I'll be posting daily about femslash and female-centric tags at AO3.
tuff_ghost: (Default)
[personal profile] tuff_ghost
Here are a couple scripts to tweak the works index pages. They run on Greasemonkey in Fx or Tampermonkey in Chrome.



https://greasyfork.org/users/3831-tuff-ghost

Please let me know if you got questions, or if I made any mistakes!
sarken: woman at a desk, partially obscured by smoke ([misc] recklessly the pages are filled)
[personal profile] sarken
A couple weeks ago, I was playing around with skins and came up with a way to truncate the text of longer freeform tags. Basically, stick this CSS in a site skin and it'll turn "This is my very very very very long freeform tag" into "This is my very very very ver..."



You can change max-width: 15em to a smaller number if your personal definition of long is different. This only applies to freeform tags in the blurbs, so there's no need to worry about long character names or relationships getting cut off, and you can still see the full tag on the work itself. If you want to truncate it there as well, change .blurb ul.tags li.freeforms to .blurb ul.tags li.freeforms, .meta dd.freeform li

ETA: Updated to work in Chrome in addition to Opera, Firefox, and Safari.
flamebyrd: (Default)
[personal profile] flamebyrd
http://random.fangirling.net/fun/ao3/downloader.html

This will provide download links for the ebook versions of all stories on an AO3 work listing (author's works, search, series, etc) in a little box that floats on the page after you click the bookmarklet.

It is undoubtedly very buggy, so let me know if you encounter any weirdness!
colls: (Default)
[personal profile] colls
[community profile] ao3vidders is hosting a multifandom vid exchange using AO3.

Fandom Nominations are open now and signups begin July 21st.

FANDOM NOMINATIONS: July 10th - July 20th
VIDDER SIGNUPS: July 21st - July 31st
VIDS DUE: September 30th

June 2021

S M T W T F S
  12345
6789101112
1314 1516171819
20212223242526
27282930   

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 22nd, 2025 05:04 am
Powered by Dreamwidth Studios