Skip to content

Instantly share code, notes, and snippets.

View ShawnaRStaff's full-sized avatar
💫
Wonder Woman and I have never been seen together, that is all I am saying...

Shawna Staff ShawnaRStaff

💫
Wonder Woman and I have never been seen together, that is all I am saying...
View GitHub Profile
// Standalone script to delete all media tweets
// Run this on x.com (any page while logged in)
var authorization = "Bearer ";
var client_tid = "";
var random_resource_media = "";
var username = "";
var ua = navigator.userAgentData.brands.map(brand => `"${brand.brand}";v="${brand.version}"`).join(', ');
var client_uuid = crypto.randomUUID();
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help