Skip to content

Commit 1b66d21

Browse files
committed
v15: remove stale badge, bump zoom to 2.0
1 parent 7879d66 commit 1b66d21

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

linkedin.user.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
// ==UserScript==
22
// @name linkedin
3-
// @version 14
3+
// @version 15
44
// @match https://www.linkedin.com/*
55
// @updateURL https://cdn.jsdelivr.net/gh/EzraMarks/personal-app-tweaks@main/linkedin.user.js
66
// @downloadURL https://cdn.jsdelivr.net/gh/EzraMarks/personal-app-tweaks@main/linkedin.user.js
77
// @run-at document-start
88
// ==/UserScript==
99
(function() {
1010

11-
// TEMP: version indicator — remove once scaling is confirmed working
12-
window.addEventListener('DOMContentLoaded', function() {
13-
var badge = document.createElement('div');
14-
badge.textContent = 'v11';
15-
badge.style.cssText = 'position:fixed;top:0;left:0;z-index:2147483647;background:red;color:white;font:bold 18px sans-serif;padding:4px 8px;pointer-events:none';
16-
document.body.appendChild(badge);
17-
});
18-
1911
const CSS = `
20-
html { zoom: 1.5; }
12+
html { zoom: 2.0; }
2113
2214
/* Nav: hide everything except Search and Messaging.
2315
Use path fragment without trailing slash — profile pages use absolute URLs

0 commit comments

Comments
 (0)