Benutzer:Streberli/common.js

Aus Stupidedia, der sinnfreien Enzyklopädie!
Wechseln zu: Navigation, Suche

Wichtig: Nach dem Speichern musst Du deinem Browser sagen, dass er die neue Version laden soll: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

window.onload = function () {
	var time = new Date();
	
	var year = time.getFullYear();
	var month = time.getMonth();
	var day = time.getDate();
	
	var starttime = new Date(year,month,day,7,30);
	var endtime = new Date(year,month,day,16,30);
	
	if (time >= starttime && time <= endtime) {
		var logo = $( '#p-logo a' );
		logo.css( 'background-image', 'url( "http://www.stupidedia.org/images/f/f0/Wikipedia-logo-de.png" )' );
	}
}

Linktipps: Faditiva und 3DPresso