AO3: Jump to a Random Work

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

< Rückmeldungen auf AO3: Jump to a Random Work

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 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!

escctrlVerfasser
§
Veröffentlicht: 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.)

Antwort schreiben

Anmelden um eine Antwort zu senden.