Skip to content

Instantly share code, notes, and snippets.

View Heartade's full-sized avatar

Daniel Soohan Park Heartade

View GitHub Profile
@Heartade
Heartade / twitter-get-follows.user.js
Created April 12, 2023 19:32
Dirty userscript that gets twitter follows along with user uuid and description
// ==UserScript==
// @name TwitterGetFollows
// @namespace TwitterGetFollows
// @version 1
// @description Get Twitter Follow
// @match https://twitter.com/*
// @grant none
// ==/UserScript==
(function () {