Skip to content

Instantly share code, notes, and snippets.

View jubilancy's full-sized avatar
💘

eliana jubilancy

💘
View GitHub Profile
/**
* X/Twitter Bookmark Remover
*
* This script automatically removes all bookmarks from your X/Twitter account
* by scrolling through your bookmarks page and clicking the remove button for each bookmark.
*
* HOW TO USE:
* 1. Go to your bookmarks page: https://twitter.com/i/bookmarks or https://x.com/i/bookmarks
* 2. Open browser developer console (F12 or Ctrl+Shift+J or Cmd+Option+J)
* 3. Copy and paste this entire script into the console
@jubilancy
jubilancy / Vs code bulk installer.md
Created April 12, 2026 17:40 — forked from securingsincity/Vs code bulk installer.md
VS Code bulk install plugins

VS Code bulk extensions installer.

  • run code --list-extensions > vscodeplugins.txt on the first machine

  • Then copy over vscodeplugins.txt to the new machine and run codeinstaller.sh on the new machine

@jubilancy
jubilancy / fetch_ghstars.md
Created April 8, 2026 19:46 — forked from dannguyen/fetch_ghstars.md
fetch_ghstars.py: quick CLI script to fetch from Github API all of a user's starred repos and save it as raw JSON and wrangled CSV

fetch_ghstars.py: quick CLI script to fetch and collate from Github API all of a user's starred repos

  • Requires Python 3.6+
  • Creates a subdir 'ghstars-USERNAME' at the current working directory
  • the raw JSON of each page request is saved as: 01.json, 02.json 0n.json
  • A flattened, filtered CSV is also created: wrangled.csv

Example usage: