AO3 One-Click Mute Button

Adds a mute direct link to each fic box.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
exuvia
일일 설치수
0
총 설치수
30
평점
0 0 0
버전
0.1
생성
2023-02-14
갱신
2023-02-14
라이선스
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
*/