// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementById('main').remove(); })();