Greasy Fork is available in English.

Find Missing Entries

Opens all pages on MAL that are not on your list.

Tác giả
purplepinapples
Cài đặt hàng ngày
0
Số lần cài đặt
88
Đánh giá
0 0 0
Phiên bản
1.0.4
Đã tạo
17-01-2018
Đã cập nhật
05-09-2022
Giấy phép
WTFPL
Áp dụng cho

I've stopped using this as I wrote a discord bot to notify me of new entries. Note this script may still be useful if you currently don't have everything on your list, as a way to find which entries you're missing. The discord bot only notifies of newly approved entries.

This script will open every MAL Entry that is not on your list. It does so by iterating the ~290 pages of Just Added entries on MAL -- It takes a couple minutes to do so.

Since this is opening every entry that isn't on your list, if you barely have anything on your list, this will probably crash your browser. Its for a very niche use -- people who have almost everything on their list checking for approved entries, but I suppose I'll post it here anyways.

If you just want to open just one page of "Just Added" entries that aren't on your list -- open that page, open the console, paste this in and hit enter:

$("tr:has('a.LightboxAddEdit.buttonadd')").find("a:has('strong')").each(function(){window.open($(this).attr("href"));});

In order to start the script, I added a button to the list tab (see image) that starts the process. It wont start automatically when you open the "Just Added" page.