// ==UserScript== // @name GitHub Halloween // @namespace https://github.com/KeyWeeUsr/Userscripts // @version 0.3 // @description Experience Halloween every day // @author Peter Badida // @copyright 2016+, Peter Badida // @license GNU GPLv3 // @homepage https://github.com/KeyWeeUsr/Userscripts/tree/master/Halloween // @supportURL https://github.com/KeyWeeUsr/Userscripts/issues // @icon https://github.com/favicon.ico // @include https://*github.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ACVM74AYCXVWQ // @grant GM_addStyle // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; (function () { var items = document.getElementsByClassName("day"); var dc; var max = 0; var second; var third; var fourth; for (var i=0; i