Skip to content

Instantly share code, notes, and snippets.

View AhmadIbrahiim's full-sized avatar
:shipit:
Focusing

Ahmed Ibrahim AhmadIbrahiim

:shipit:
Focusing
View GitHub Profile
@AhmadIbrahiim
AhmadIbrahiim / gist:78ba51f26390a53aae38ece2ae3e959e
Created October 30, 2023 12:08
Remove All Accounts that follows you on Twitter (Script / Javascript)
Navigate to : https://twitter.com/<Account>/followers
Press F12 and past this code
async function unfollow() {
const Listofbuttonts = document.querySelectorAll('[data-testid="UserCell"] svg[viewBox="0 0 24 24"]')
const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms))
for (const button of Listofbuttonts) {
try {
button.parentNode.click()
await delay(1000)
@AhmadIbrahiim
AhmadIbrahiim / System Design.md
Created October 4, 2021 10:43 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@AhmadIbrahiim
AhmadIbrahiim / gist:4ae0a179ba59f9747275f5f59f2ebd7b
Created August 11, 2021 12:23 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@AhmadIbrahiim
AhmadIbrahiim / cloudSettings
Last active April 15, 2021 11:32
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-04-15T11:32:10.941Z","extensionVersion":"v3.4.3"}