This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |