Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name e621 Set and Pool Favoriter
// @version 0.2
// @description Lets you favorite pools and sets.
// @author DefinitelyNotAFurry4
// @match https://e621.net/post_sets*
// @match https://e621.net/pools*
// @icon https://www.google.com/s2/favicons?sz=64&domain=e621.net
// @grant GM_addElement
// @grant GM_setValue
@DontTalkToMeThx
DontTalkToMeThx / README.md
Last active November 30, 2023 04:09
e621 Mass Unfavorite

This tool will allow you to mass unfavorite posts on e621. You can use it to unfavorite all posts, or ones that pass a filter.

The filter syntax is much like my advanced search syntax, however it does not have any metatag support. It does, however, have full tag grouping, OR and NOT capability. Read the above post for more details and examples.

The program must be ran with node.js. I recommend running it dry first if you are using the filter to make sure nothing looks wrong and that the filter worked properly. After that just let it run. It will do one unfavorite every 800ms if the post passes the filter.

To use this you will need to download node.js and then run the program.