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 Post Permalinks | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Adds a clickable permalink to each LinkedIn post | |
// @author wohfab | |
// @license CC0 1.0 Universal – https://creativecommons.org/publicdomain/zero/1.0/ | |
// @match https://www.linkedin.com/feed/* | |
// @grant none | |
// ==/UserScript== |