NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Ember Forum Background // @namespace emberthegame // @description Changes the background // @include *.emberthegame.com/* // @version 1 // @grant none // ==/UserScript== durVariable = 30000 //default swap time 5500 (ms) fadeVariable = 500 //default fade time 1500 (ms) //show the default pics $.backstretch(["styles/fragzone/xenforo/sources/bgtf.jpg", "styles/fragzone/xenforo/sources/bgbf.jpg", "styles/fragzone/xenforo/sources/bgcod.jpg"], {duration: durVariable, fade: fadeVariable}); //$.backstretch(["http://www.nyan.cat/cats/original.gif"], {duration: durVariable, fade: fadeVariable});