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

< Feedback em AO3: Jump to a Random Work

Avaliação: Bom - o script funciona

§
Publicado: 11/12/2023

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!

escctrlAutor
§
Publicado: 15/12/2023

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.)

Publicar resposta

Faça o login para publicar uma resposta.