Skip to content

Instantly share code, notes, and snippets.

@vnys
Created October 13, 2014 08:00
Show Gist options
  • Save vnys/101a5c55343841268355 to your computer and use it in GitHub Desktop.
Save vnys/101a5c55343841268355 to your computer and use it in GitHub Desktop.
Get 10 weeks view in Google Calendar
  • open Google Calendar
  • Go to settings
  • Paste into console:
(function(el){el.setAttribute('value', 'custom,70');el.childNodes[0].nodeValue = '10 Weeks'})(document.querySelector('#customModeSelect option:last-child'))
  • Select 10 weeks in dropdown
  • Click save
  • Return to calendar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment