Pages:
Author

Topic: Script to Change Bitcointalk Background Color - page 2. (Read 519 times)

hero member
Activity: 2016
Merit: 531
FREE passive income eBook @ tinyurl.com/PIA10
December 21, 2019, 12:15:07 AM
#2
Whew, the first image made me think I'm staring right at the sun.
legendary
Activity: 2366
Merit: 2054
December 20, 2019, 10:06:37 PM
#1
Insert this script on Greasemonkey, Tampermonkey and others Extention.

- greasemonkey  Mozilla firefox
- tampermonkey chrome



Code:
// ==UserScript==
// @name        Droomie
// @namespace   https://bitcointalk.org/
// @description Change Bitcointalk Background color
// @include     https://bitcointalk.org/*
// @version     1.0
// ==/UserScript==
document.body.style.background = "yellow";

For a change it other colour change "yellow"

Code:
document.body.style.background = "Black";
or
dark coral
Code:
document.body.style.background = "#cf524e";
etc...

Picture




Pages:
Jump to: