I am trying to make this a very simple script to replace the title with google:
// ==UserScript== // @name Hell yeah // @description HELL YEAH // @include http://www.google.* // ==/UserScript== GM_addStyle("div #logo {background-image: url('http://img220.imageshack.us/img220/5676/1251559315224.jpg') !important}");
But when I try to use it, nothing happens. What am I doing wrong?
source share