https://keyoxide.org/A7EBE918E1931F95AED878E15FD9E3482ABB74DE
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 discord css!! | |
// @namespace https://circulars.dev | |
// @version 2024-09-27 | |
// @description i love catppuccin | |
// @author circular | |
// @match *://*.discord.com/* | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
// | |
// watchcord Watch App | |
// Created by circular with <3 on 27/7/2023 | |
// please excuse my spaghetti code | |
// | |
// This was originally intended for my watchcord app, but I can't use it because apple doesn't allow websockets on watchOS 9. | |
// https://developer.apple.com/documentation/technotes/tn3135-low-level-networking-on-watchos | |
// | |
import Foundation |