AO3 One-Click Mute Button

Adds a mute direct link to each fic box.

作者
exuvia
今日安裝
0
安裝總數
35
評價
0 0 0
版本
0.1
建立日期
2023-02-14
更新日期
2023-02-14
尺寸
1.8 KB
授權條款
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
*/