Size
325 B
Version
1.0.0
Created
Oct 29, 2025
Updated
16 days ago
1// ==UserScript==
2// @name Extension for www.linkedin.com
3// @description A new extension
4// @version 1.0.0
5// @match https://*.linkedin.com/*
6// @icon https://static.licdn.com/aero-v1/sc/h/3loy7tajf3n0cho89wgg0fjre
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();