- decrypt.day
- IPA Archive
- AppCake
- Appdb(original + modified)
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
# AUTOMATE UDIO | |
# by DADABOTS dadabots.com | |
# was working on 2024-04-13 | |
# tldr; get your login cookie, use it to automate udio from python | |
import requests | |
import json | |
from time import sleep | |
import re |
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 fs = require("fs"); | |
const { SourceMapConsumer, SourceMapGenerator } = require("source-map"); | |
function reverseSourceMap(sourceMap) { | |
return SourceMapConsumer.with(sourceMap, null, (consumer) => { | |
const reversedMap = new SourceMapGenerator(); | |
consumer.eachMapping((mapping) => { | |
reversedMap.addMapping({ | |
generated: { | |
line: mapping.originalLine, |
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
{ | |
"last_node_id": 25, | |
"last_link_id": 43, | |
"nodes": [ | |
{ | |
"id": 14, | |
"type": "VideoLinearCFGGuidance", | |
"pos": [ | |
487.799932861328, | |
265.6999450683599 |
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
# 2023-11-27 MIT LICENSE | |
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com. | |
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town. | |
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. If you get inspired by it, please link back to my X https://x.com/levelsio or this Gist so more people can do the same! | |
Send me your ChatGPT text adventure game on X, I'd love to try it! |
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
/******************************************************************/ | |
/* Ensure 'report bug' dialog doesn't take over the entire screen */ | |
/******************************************************************/ | |
#mx_Dialog_Container div[aria-describedby="report_bug"] { | |
/* Don't take up the entire screen */ | |
width: fit-content; | |
height: fit-content; | |
padding: 20px; | |
border-radius: 20px; |
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
/* | |
Gist link for desktop users: https://gist.github.com/j0lol/9674befc870e2b62fe9a24fe29ef9e1a | |
Made by @j0lol:beeper.com. For support, message me on Beeper or at https://j0.lol | |
*/ | |
/* Shorten room height */ | |
.rooms_scroll-container ._2iYRbtxMK350NUKTyKq6TP { | |
height: 32px; | |
} |
NewerOlder