Stian Aune 5 years ago
parent
commit
80f93e21a1
  1. 8
      contentScript.js

8
contentScript.js

@ -14,11 +14,11 @@ if (typeof Overlay === "undefined") {
setup = null;
colors = {
"-2": "#F44",
"-1": "#FAA",
"-2": "#F66",
"-1": "#FBB",
"0": "#FFF",
"1": "#AFA",
"2": "#4F4",
"1": "#BFB",
"2": "#6F6",
};
/**

Loading…
Cancel
Save