Skip to content

Instantly share code, notes, and snippets.

View Enchufadoo's full-sized avatar

Ariel Enchufadoo

  • Argentina.
View GitHub Profile
@Enchufadoo
Enchufadoo / setIconColor.js
Created November 25, 2018 12:43
Set webextension icon color
/** Too slowwww **/
const setIconColor = function(){
let img = new Image();
img.src = "icons/binoculars_white.png";
img.onload = function() {
var canvas = document.createElement("canvas");
var ctx = canvas.getContext("2d");
ctx.drawImage(img, 0, 0);
ctx.globalCompositeOperation = "source-in";
ctx.fillStyle = "#09f"; //any color