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 Feature Gate Key | |
// @namespace 534 | |
// @match https://bsky.app/* | |
// @match https://main.bsky.dev/* | |
// @match https://*.onrender.com/* | |
// @grant GM_getValue | |
// @grant GM_setValue | |
// @version 1.0 | |
// @author 534 |
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
# CLIpclops | |
import requests | |
import json | |
import sys | |
import base64 | |
import getpass | |
pds = 'put the DM endpoint domain here' | |
handle_cache = {} |