您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Opens all pages on MAL that are not on your list.
当前为
This script will open every MAL Entry that is not on your list. It does so by iterating the ~220 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 one page of "Just Added" links that aren't on your list -- open that page, open the console (https://webmasters.stackexchange.com/a/77337), paste this in and hit enter:
$("tr:has('a.Lightbox_AddEdit.button_add')").find("a:has('strong')").each(function(){window.open($(this).attr("href"));});
In order to start it, I added button to the list tab (see image) that starts the process. It wont start automatically when you open the "Just Added" page.