AO3 One-Click Mute Button

Adds a mute direct link to each fic box.

Yazar
exuvia
Günlük kurulumlar
0
Toplam kurulumlar
26
Değerlendirmeler
0 0 0
Versiyon
0.1
Oluşturulma
14.02.2023
Güncellenme
14.02.2023
Lisans
MIT
Geçerli

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
*/