Greasy Fork is available in English.

AO3 One-Click Mute Button

Adds a mute direct link to each fic box.

Autor
exuvia
Installationen heute
0
Installationen gesamt
26
Bewertungen
0 0 0
Version
0.1
Erstellt am
14.02.2023
Letzte Aktualisierung
14.02.2023
Lizenz
MIT
Wird angewandt auf

For this script to work, you need to open it in your userscript manager (Tampermonkey; click extension icon > dashboard > One-Click Mute Button) and put your username in line 17: const username = "sample_username_here";

Replace sample_username_here with your username.




1. Adds AO3's mute function as a direct link to fic boxes. See image.

2. skipConfirm: Automatically clicks the confirm mute link.

3. hideMuteMessages: Hides the "You have muted some users..." header, but has a lag of ~0.5 second while the Javascript injects so you might see the header "flash" when the page loads. Alternatively, try adding this rule to uBlock Origin's "My Filters" (icon > cog icon).
/*
! 2023-02-14 https://archiveofourown.org/
archiveofourown.org##:matches-path(/tags) .notes
archiveofourown.org##:matches-path(/users) .notes
*/