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
<html> | |
<head> | |
<style> | |
body { | |
margin: 0; | |
background-color: black; | |
} | |
</style> | |
</head> | |
<body> |
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
/** | |
* @name midnight | |
* @description A dark, rounded discord theme. | |
* @author refact0r | |
* @version 1.6.2 | |
* @invite nz87hXyvcy | |
* @website https://github.com/refact0r/midnight-discord | |
* @source https://github.com/refact0r/midnight-discord/blob/master/midnight.theme.css | |
* @authorId 508863359777505290 | |
* @authorLink https://www.refact0r.dev |
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
// main.js leaks most of this info so we can just grab the headers the same way | |
function createReferrer() { | |
let protocol = window.location.protocol; | |
let hostname = window.location.hostname; | |
let port = window.location .port? ':' + window.location.port : ''; | |
let pathname = window.location.pathname; | |
let search = window.location.search; | |
let hash = window.location.hash; |
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
$consoleWidth = [Console]::WindowWidth | |
$consoleHeight = [Console]::WindowHeight | |
$ram = Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object -ExpandProperty TotalPhysicalMemory | |
$cpu = Get-CimInstance -ClassName Win32_Processor | Select-Object -ExpandProperty Name | |
$gpuList = Get-CimInstance -ClassName Win32_VideoController | Select-Object -ExpandProperty Name | |
$gpu = $gpuList -join ', ' |
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
import sys, os, time, requests, random | |
from dotenv import load_dotenv, find_dotenv | |
load_dotenv(find_dotenv()) | |
class Discord: | |
def __init__(self, token): | |
self.token = token | |
self.headers = { | |
"Authorization": token, |
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
javascript:(function(){/* Made by 3kh0 https://3kh0.github.io */ var title=prompt("Hello! Please enter the new title below:");document.title=title})(); |