Skip to content

Instantly share code, notes, and snippets.

View aaronsegura's full-sized avatar

Aaron Segura aaronsegura

View GitHub Profile
@aaronsegura
aaronsegura / delete-likes-from-twitter.md
Last active July 24, 2023 21:09 — forked from aymericbeaumet/delete-likes-from-twitter.md
[Recipe] Delete all your likes/favorites from Twitter

Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.

  1. Go to: https://twitter.com/{username}/likes
  2. Open the console and run the following JavaScript code:
const sleep = (delay) => new Promise((resolve) => setTimeout(resolve, delay))

const jobId = setInterval(async () => {
 for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
@aaronsegura
aaronsegura / lte_mbim_from_scratch.md
Created March 16, 2021 19:29 — forked from symfund/lte_mbim_from_scratch.md
How to use 4G LTE modems like the MC7455 on both Debian/Ubuntu and OpenWRT using MBIM

The purpose of this document is to get you familiar with the concepts and command line tools involved with connecting to the internet using modern 4G LTE modems on both Debian/Ubuntu and OpenWRT.

This writeup is based on my experiences with the Sierra Wireless AirPrime MC7455 modem and a Calyx (Sprint) SIM card, but it should apply to most modern 4G LTE modems.

High level overview

These are the steps required:

  • Physically connect antennas

Keybase proof

I hereby claim:

  • I am aaronsegura on github.
  • I am toxick (https://keybase.io/toxick) on keybase.
  • I have a public key ASAEXHBaCqnQPJ2Aw8TTv4V6GwjJTTpQhNWP8M798cu6bgo

To claim this, I am signing this object: