This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name COVID-19 Add daily death per million column to worldometers.info | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Add column "Daily deaths per million" to see fairly the daily deaths impact on each country, regardless of population size. | |
// @author Clément Dufour | |
// @match https://www.worldometers.info/coronavirus/ | |
// @grant none | |
// ==/UserScript== |