Skip to content

Instantly share code, notes, and snippets.

@cmnt
cmnt / worldometer-covid19-deaths-per-million.js
Last active December 25, 2020 21:36
worldometer Covid-19 : Add column "Daily deaths/ million" to see fairly the daily deaths impact on each country, regardless of population size.
// ==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==