Skip to content

Instantly share code, notes, and snippets.

View OlivierJaquemet's full-sized avatar

Olivier Jaquemet OlivierJaquemet

View GitHub Profile
@OlivierJaquemet
OlivierJaquemet / gist:3295145
Created August 8, 2012 13:48 — forked from fcamblor/gist:3294986
google doodle beaten (2)
// Execute this script in console on https://www.google.com/doodles/basketball-2012 :)
// Add this prior to anything : it will allow you to use jquery in your page :)
var script = document.createElement('script');
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';
script.type = 'text/javascript';
script.onload = function() {
// Configure here your space charge configurations
// count corresponds to the number of times current change will be applied