We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e77ff commit 59f9e8bCopy full SHA for 59f9e8b
1 file changed
linkedin.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name linkedin
3
-// @version 12
+// @version 13
4
// @match https://www.linkedin.com/*
5
// @updateURL https://raw.githubusercontent.com/EzraMarks/personal-app-tweaks/main/linkedin.user.js
6
// @downloadURL https://raw.githubusercontent.com/EzraMarks/personal-app-tweaks/main/linkedin.user.js
@@ -17,6 +17,8 @@
17
});
18
19
const CSS = `
20
+ html { zoom: 1.5; }
21
+
22
/* Nav: hide everything except Search and Messaging.
23
Use path fragment without trailing slash — profile pages use absolute URLs
24
(e.g. https://www.linkedin.com/mynetwork) while messaging uses relative (/mynetwork/). */
0 commit comments