Skip to content

Instantly share code, notes, and snippets.

View kno10's full-sized avatar

Erich Schubert kno10

View GitHub Profile
@kno10
kno10 / linkedin-like-deleter.js
Created April 23, 2026 09:07
2026 userscript to "unlike" everything on Linkedin
// ==UserScript==
// @name LinkedIn Likes Deleter
// @namespace greaseyfork_linkedin_com_del
// @version 2026-04-23
// @description Deletes ALL of your reactions on Linkedin
// @author based on work by Henrique Bucher (henry@vitorian.com)
// @include https://www.linkedin.com/in/*/recent-activity/reactions/
// @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com
// @grant GM_log
// @license MIT
@kno10
kno10 / linkedin-comment-deleter.js
Created April 23, 2026 09:05
2026 userscript to delete all linkedin *comments*
// ==UserScript==
// @name LinkedIn Comments Deleter
// @namespace greaseyfork_linkedin_com_del
// @version 2026-04-23
// @description Deletes ALL of your comments on Linkedin
// @author based on work by Henrique Bucher (henry@vitorian.com)
// @include https://www.linkedin.com/in/*/recent-activity/comments/
// @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com
// @grant GM_log
// @license MIT