Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gene1wood/2730fd155a288ed978f1 to your computer and use it in GitHub Desktop.
Save gene1wood/2730fd155a288ed978f1 to your computer and use it in GitHub Desktop.
NOT WORKING : Auto Select Private Visibility for Google Calendar Items
// ==UserScript==
// @name Auto Select Private Visibility for Google Calendar Items
// @namespace http://cs.cementhorizon.com
// @description Auto Select Private Visibility for Google Calendar Items
// @include https://www.google.com/calendar/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @version 1
// @grant none
// ==/UserScript==
$('div#calcontent td.ep-dp-dt-td input.ep-dp-radio[value=\'3\'][name=\'privacy\']').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment