Skip to content

Commit 59f9e8b

Browse files
committed
v13: zoom 1.5 to scale up desktop layout
1 parent d1e77ff commit 59f9e8b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

linkedin.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name linkedin
3-
// @version 12
3+
// @version 13
44
// @match https://www.linkedin.com/*
55
// @updateURL https://raw.githubusercontent.com/EzraMarks/personal-app-tweaks/main/linkedin.user.js
66
// @downloadURL https://raw.githubusercontent.com/EzraMarks/personal-app-tweaks/main/linkedin.user.js
@@ -17,6 +17,8 @@
1717
});
1818

1919
const CSS = `
20+
html { zoom: 1.5; }
21+
2022
/* Nav: hide everything except Search and Messaging.
2123
Use path fragment without trailing slash — profile pages use absolute URLs
2224
(e.g. https://www.linkedin.com/mynetwork) while messaging uses relative (/mynetwork/). */

0 commit comments

Comments
 (0)