Mercurial > ec-userscripts
comparison medium-popup-disable.user.js @ 77:5a3a269c5e6f
Update downloadurl
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 08 Jul 2020 20:45:05 +0900 |
parents | 521dda0a0b6f |
children | 86da34e62d29 |
comparison
equal
deleted
inserted
replaced
76:159d9b95a590 | 77:5a3a269c5e6f |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name Medium popup disable | 2 // @name Medium popup disable |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 1.0.5 | 4 // @version 1.0.6 |
5 // @description Strip out Medium's highlighting popup "feature" | 5 // @description Strip out Medium's highlighting popup "feature" |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://medium.com/* | 7 // @match https://medium.com/* |
8 // @match https://blog.medium.com/* | 8 // @match https://blog.medium.com/* |
9 // @match https://m.signalvnoise.com/* | 9 // @match https://m.signalvnoise.com/* |
10 // @match https://hackernoon.com/* | 10 // @match https://hackernoon.com/* |
11 // @grant none | 11 // @grant none |
12 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/default/medium-popup-disable.user.js | 12 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/medium-popup-disable.user.js?rev=tip |
13 // ==/UserScript== | 13 // ==/UserScript== |
14 | 14 |
15 ;(function () { | 15 ;(function () { |
16 'use strict' | 16 'use strict' |
17 var popups = document.getElementsByClassName('highlightMenu') | 17 var popups = document.getElementsByClassName('highlightMenu') |