AO3: Jump to a Random Work

adds a "Random Work" button (top right corner) when viewing works in a tag/filter or your Marked For Later list

< Commentaires sur AO3: Jump to a Random Work

Avis: Bon - le script fonctionne correctement

Hi again! I was wondering if there was a way to hide the clear history button as well? I just clicked it by mistake 😅 and was wondering if that was possible. Sorry to bother!

escctrlAuteur
§
Posté le: 2023-12-15

sure. I'd probably consider that a little separate script, but if you want to add it to this one, you could paste this code before everything else, e.g. on line #17.

$('#main .navigation.actions a[href$="/readings/clear"]').parent().hide();

since it's checking the link URL, it shouldn't interfere on any other pages this script also runs on (like a tag's works listing).

(sorry that replies take a while. for some reason I'm not getting any email notifications if someone left feedback, so I just see it by chance.)

Poster une réponse

Connectez-vous pour poster une réponse.