Direct Image Link E621/926 filelist

Список имён

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name           Direct Image Link E621/926 filelist
// @version        2025.08.23
// @description    Список имён
// @match          http*://e621.net/posts*
// @match          http*://e621.net/pool*
// @match          http*://e621.net/favorites*
// @match          http*://e926.net/posts*
// @match          http*://e926.net/pool*
// @match          http*://e926.net/favorites*
// @author         Rainbow-Spike
// @namespace      https://greasyfork.org/users/7568
// @grant          none
// @run-at         document-start
// ==/UserScript==

// Вставь свой список MD5-кодов уже закачанных файлов вместо образца | Insert your list of MD5 codes for already downloaded files instead of the sample

const downloadedMD5 = [
'00006e15e4429737c4141106825856e4', '00006e15e4429737c4141106825856e4', '00006e15e4429737c4141106825856e4', '00006e15e4429737c4141106825856e4',
];

localStorage . setItem ( "downloadedMD5", JSON . stringify ( downloadedMD5 ) );