This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |