- Go to Chainner internal python env (.config/chaiNNer/python/python/bin)
- Make pip executable (chmod +x ./pip)
- Create requirements.txt
./pip freeze > requirements.txt
- Copy requirements.txt to somewhere else
- Use python 3.11.5
// 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
// You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
(() => { | |
const SHOW_SIDES = false; // color sides of DOM nodes? | |
const COLOR_SURFACE = true; // color tops of DOM nodes? | |
const COLOR_RANDOM = false; // randomise color? | |
const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
const THICKNESS = 20; // thickness of layers | |
const DISTANCE = 10000; // ¯\\_(ツ)_/¯ |
// ==UserScript== | |
// @name Remove Twitter Blue Promotions | |
// @namespace https://d23.dev/ | |
// @version 1.1 | |
// @description Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar | |
// @author angeld23 | |
// @match *://*.twitter.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Vanished Tweet Recovery | |
// @namespace https://d23.dev/ | |
// @version 1.2 | |
// @description Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it | |
// @author angeld23 | |
// @match *://*.x.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=x.com | |
// @grant none | |
// ==/UserScript== |
FAR (Fix (NieR) Automata Resolution) -- Required by HD Texture Pack.