AO3 One-Click Mute Button

Adds a mute direct link to each fic box.

लेखक
exuvia
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
34
रेटिंग
0 0 0
आवृत्ती
0.1
बनवली
2023-02-14
अपडेट केली
2023-02-14
आकार
1.85 KB
License
MIT
यांवर लागू होते:

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