Skip to content

Instantly share code, notes, and snippets.

const fetch = require('node-fetch');
const fs = require("fs");
// Script settings
const settings = {
// Username and API key used to authorize the request
username: "bitWolfy",
apikey: "apikey",
div#c-users div#a-show .bottom-section {
display: block;
margin-top: 1rem;
}
div#c-users div#a-show .posts-section .posts {
display: block
}
/* Re-position the favorites section */
div#c-users div#a-show div.box.user-favorites,
// ==UserScript==
// @name E621 ReScaler
// @namespace bitwolfy.com
// @version 1.2
// @description Scales up the thumbnails on e621.net
// @author bitWolfy
// @match https://e621.net/posts
// @match https://e621.net/posts/
// @match https://e621.net/posts?*
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js#sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=