This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name E621 ReScaler | |
// @namespace bitwolfy.com | |
// @version 1.3 | |
// @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= |