I'm sure they plan to address this eventually, but in the meantime I created some JavaScript code to work around this: https://gist.github.com/4628506
To use this code:
- Go to: http://twitter.github.com/bootstrap/customize.html
- Run the script in the JavaScript console. (If you don't use a browser with a JavaScript console, you're beyond my help.)
- Fill out the customization form.
- You can record your settings into an object by running: var settings = record()
- You can grab those as JSON by running: JSON.stringify(settings)
- You can reinstate those settings later by running: play(settings)
- You can save your settings to local storage by running: save()
- You can retrieve your settings from local storage by running: retrieve()
I haven't fully tested this, so let me know if you run into any issues.
SIDE NOTE: This is my first gist!
SIDE NOTE: This is my first gist!
No comments:
Post a Comment