Skip to content

Instantly share code, notes, and snippets.

@my8bit
Created November 9, 2012 12:30
Show Gist options
  • Save my8bit/4045457 to your computer and use it in GitHub Desktop.
Save my8bit/4045457 to your computer and use it in GitHub Desktop.
Tune gTalk
/* Tune gmail chat pop-up. Press pop-out
* Shift + Ctrl + J and Ctrl + V this code to console
*/
var output = document.getElementsByClassName("nH ko")[0].style;
var input = document.getElementsByClassName("nH")[24].style;
var fStyle = function (style) {
style.color = "#61E722";
style.backgroundColor = "black";
style.fontFamily = "PragmataPro";
}
fStyle(output);
fStyle(input);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment