Skip to content

Instantly share code, notes, and snippets.

@akashjobanputra
Last active June 22, 2018 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akashjobanputra/bfc014cd5e3422efe0c841bd7839fb93 to your computer and use it in GitHub Desktop.
Save akashjobanputra/bfc014cd5e3422efe0c841bd7839fb93 to your computer and use it in GitHub Desktop.
Noisli black background

Noisli Black Background

Install this extensions on chrome: Custom JS And open noisli.com and enter the code from this js to the Custom JS editor.

clearInterval(chromotherapyIntervalID);
$("#resume-color").text("Resume Bkg");
chromotherapyIntervalID = null;
var color = "rgb(0,0,0)";
document.getElementsByTagName('body')[0].style.backgroundColor = color;
document.getElementsByClassName('noisli-sticky-header-div')[0].style.backgroundColor = color;
document.getElementsByClassName('footer-logo-welcome')[0].style.backgroundColor = color;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment