Skip to content

Instantly share code, notes, and snippets.

View samascience's full-sized avatar
🎯
Focusing

Srujan S samascience

🎯
Focusing
  • University of Houston
  • San Francisco
  • 23:49 (UTC -07:00)
View GitHub Profile
@samascience
samascience / delete_linkedin_ARCHIVED_jobs.js
Last active February 20, 2024 18:55 — forked from matale/delete_linkedin_saved_jobs.js
Script to help automatically delete ARCHIVED Jobs on LinkedIn, LinkedIn only allows you to delete 1 job at a time which is a problem when you have hundreds of saved jobs.
// Open Chrome. Not tested on other browsers but should work ¯\_(ツ)_/¯.
// Go to https://www.linkedin.com/my-items/saved-jobs/
// Make sure Saved and not Applied is selected.
// Open the Chrome Dev Tools by hitting F12 on your keyboard.
// Go to Console tab.
// Paste this script in the space bellow after the little > symbol.
// Hit Enter.
// The jobs will start to be deleted 1 by 1 after a 5 sec pause.
// Leave the window open but you can do something else while it does it's thing.
// If it gets tripped up just start over.