Greasy Fork

Greasy Fork is available in English.

f*ck linkedin

4/27/2022, 3:20:07 PM

// ==UserScript==
// @name        f*ck linkedin
// @namespace   Violentmonkey Scripts
// @match       https://www.linkedin.com/feed/
// @grant       none
// @version     1.0
// @author      -
// @description 4/27/2022, 3:20:07 PM
// @license     MIT
// ==/UserScript==

(function() {
    'use strict';    
    document.getElementById('main').remove();    
})();