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"}