I am trying to make this very simple script to replace the header on 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?
I think you should add this:
// @grant GM_addStyle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With