Skip to content

Instantly share code, notes, and snippets.

View wohfab's full-sized avatar
🐢
Hire me for accessibility consulting!

fabian wohlgemuth wohfab

🐢
Hire me for accessibility consulting!
View GitHub Profile
@wohfab
wohfab / userscripts--linkedin-post-permalinks.user.js
Last active May 9, 2025 07:58
Collection of Tampermonkey scripts to improve the web.
// ==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==