The page in question: http://www.reddit.com/r/pcmasterrace
I want to change this image in the #header from
http://a.thumbs.redditmedia.com/Qe0ePtRsgau_YfN8wmTL67xCd8Y3y1YVcMDk8pdzai0.png
to this new image
https://i.stack.imgur.com/vssLD.png
Is there a way to do it by pasting code in the console panel? (client side)
I tried:
var header = document.getElementById("header");
header.style.backgroundImage = 'url(https://i.stack.imgur.com/vssLD.png) no-repeat!important';