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

< Σχολιασμός για τον κώδικα AO3: Jump to a Random Work

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 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!

escctrlΔημιουργός
§
Δημοσιεύτηκε: 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.)

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.