We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c71dfb commit 91807bfCopy full SHA for 91807bf
medium.js
@@ -8,7 +8,7 @@
8
// @run-at document-body
9
// @supportURL https://github.com/dylanarmstrong/userscripts/issues
10
// @updateURL https://raw.githubusercontent.com/dylanarmstrong/userscripts/master/medium.js
11
-// @version 10
+// @version 11
12
// ==/UserScript==
13
14
/**
@@ -194,7 +194,7 @@
194
document.querySelectorAll('noscript').forEach(unhide);
195
196
// Shitty popup on click / mouseover
197
- test(() => document.querySelector('[tabindex="-1"]').parentNode.remove());
+ test(() => document.querySelector('[tabindex="-1"]').remove());
198
};
199
200
// Heh.
0 commit comments