MyAnimeList ignore list script

Hide users on MAL

目前為 2018-11-29 提交的版本,檢視 最新版本

作者
Only_BradShaggy ZE
評價
0 0 0
版本
0.1
建立日期
2018-11-29
更新日期
2018-11-29
尺寸
1.2 KB
授權條款
未知
腳本執行於

How to use:


Open the script in a text editor, add the username inside the blacklist variable. Put the names inside quotation marks and separate the names with a comma.

Example, if you want blacklist the users AnnoyingPrick, Troll and IDontLikeHisFace.


Replace:

var blacklist = [];

with

var blacklist = ["AnnoyingPrick","Troll","IDontLikeHisFace"];